Skip to content

Commit f696067

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
python-version: "3.11"
3838
- name: Install tox
3939
run: python -m pip install tox
40-
- uses: actions/checkout@v3
40+
- uses: actions/checkout@v4
4141
with:
4242
fetch-depth: 0
4343
- name: Setup python for test ${{ matrix.py }}
@@ -85,7 +85,7 @@ jobs:
8585
runs-on: ubuntu-latest
8686
needs: test
8787
steps:
88-
- uses: actions/checkout@v3
88+
- uses: actions/checkout@v4
8989
with:
9090
fetch-depth: 0
9191
- uses: actions/setup-python@v4
@@ -133,7 +133,7 @@ jobs:
133133
exclude:
134134
- { os: windows-latest, tox_env: readme }
135135
steps:
136-
- uses: actions/checkout@v3
136+
- uses: actions/checkout@v4
137137
with:
138138
fetch-depth: 0
139139
- 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)