Skip to content

Commit feffd51

Browse files
Bump actions/checkout from 4 to 5 (#1083)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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 87a5359 commit feffd51

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.9"]
2323

2424
steps:
25-
- uses: "actions/checkout@v4"
25+
- uses: "actions/checkout@v5"
2626
- uses: "actions/setup-python@v6"
2727

2828
with:
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: "ubuntu-latest"
6767

6868
steps:
69-
- uses: "actions/checkout@v4"
69+
- uses: "actions/checkout@v5"
7070
- uses: "actions/setup-python@v6"
7171

7272
with:
@@ -93,7 +93,7 @@ jobs:
9393
runs-on: "${{ matrix.os }}"
9494

9595
steps:
96-
- uses: "actions/checkout@v4"
96+
- uses: "actions/checkout@v5"
9797
- uses: "actions/setup-python@v6"
9898

9999
with:

.github/workflows/pypi-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525

2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
with:
2929
fetch-depth: 0
3030

0 commit comments

Comments
 (0)