Skip to content

Commit 76c224b

Browse files
Bump actions/checkout from 3 to 4 (#51)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 63baf30 commit 76c224b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
python-version: "3.11"
3434
- name: Install tox
3535
run: python -m pip install tox
36-
- uses: actions/checkout@v3
36+
- uses: actions/checkout@v4
3737
with:
3838
fetch-depth: 0
3939
- name: Setup python for test ${{ matrix.py }}
@@ -68,7 +68,7 @@ jobs:
6868
- type
6969
- readme
7070
steps:
71-
- uses: actions/checkout@v3
71+
- uses: actions/checkout@v4
7272
with:
7373
fetch-depth: 0
7474
- name: Setup Python "3.11"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: "3.11"
1919
- name: Install build
2020
run: python -m pip install build
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 0
2424
- name: Build package

0 commit comments

Comments
 (0)