Skip to content

Commit 9d07c06

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

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
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/setup-python@v4
3333
with:
3434
python-version: "3.11"
35-
- uses: actions/checkout@v3
35+
- uses: actions/checkout@v4
3636
with:
3737
fetch-depth: 0
3838
- name: Install self-tox
@@ -67,7 +67,7 @@ jobs:
6767
exclude:
6868
- { os: windows-latest, tox_env: pkg_meta }
6969
steps:
70-
- uses: actions/checkout@v3
70+
- uses: actions/checkout@v4
7171
with:
7272
fetch-depth: 0
7373
- 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)