Skip to content

Commit 16d052c

Browse files
Bump actions/checkout from 2 to 4 (#53)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 82cc57b commit 16d052c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pytest-builds.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
arch: ['x64', 'x86']
1717

1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v4
2020
with:
2121
submodules: true
2222

@@ -53,7 +53,7 @@ jobs:
5353
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
5454

5555
steps:
56-
- uses: actions/checkout@v2
56+
- uses: actions/checkout@v4
5757
with:
5858
submodules: true
5959

@@ -89,7 +89,7 @@ jobs:
8989
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
9090

9191
steps:
92-
- uses: actions/checkout@v2
92+
- uses: actions/checkout@v4
9393
with:
9494
submodules: true
9595

0 commit comments

Comments
 (0)