Skip to content

Commit 73e920d

Browse files
chore(deps): bump actions/checkout from 4 to 5 in the actions group (#630)
Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 89a1927 commit 73e920d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name: Lint
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v5
3333
- uses: actions/setup-python@v5
3434
with:
3535
python-version: "3.x"
@@ -118,7 +118,7 @@ jobs:
118118
use_qemu: false
119119

120120
steps:
121-
- uses: actions/checkout@v4
121+
- uses: actions/checkout@v5
122122
if: (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
123123
with:
124124
fetch-depth: 0 # required for versioneer to find tags
@@ -150,7 +150,7 @@ jobs:
150150
needs: [lint]
151151
runs-on: ubuntu-latest
152152
steps:
153-
- uses: actions/checkout@v4
153+
- uses: actions/checkout@v5
154154
with:
155155
fetch-depth: 0 # required for versioneer to find tags
156156

@@ -172,7 +172,7 @@ jobs:
172172
python: ["3.8", "3.13"]
173173

174174
steps:
175-
- uses: actions/checkout@v4
175+
- uses: actions/checkout@v5
176176
- uses: astral-sh/setup-uv@v6
177177
with:
178178
enable-cache: false
@@ -212,7 +212,7 @@ jobs:
212212
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
213213

214214
steps:
215-
- uses: actions/checkout@v4
215+
- uses: actions/checkout@v5
216216
- uses: actions/setup-python@v5
217217
id: python
218218
with:

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- dependency: "openssl"
2626
dependency_nice: "OpenSSL"
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929
- uses: wntrblm/[email protected]
3030
- name: "Run update: bump ${{ matrix.dependency_nice }}"
3131
id: bump

0 commit comments

Comments
 (0)