Skip to content

Commit 8888fae

Browse files
Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a777d6b commit 8888fae

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
permissions:
1313
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
1818

.github/workflows/testing.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
Pre-Commit:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6
2424
- uses: ./.github/actions/setup-actionlint
2525
- uses: ./.github/actions/setup-shellcheck
2626
- name: Set up Python
@@ -48,7 +48,7 @@ jobs:
4848
timeout-minutes: 10
4949

5050
steps:
51-
- uses: actions/checkout@v4
51+
- uses: actions/checkout@v6
5252
with:
5353
fetch-depth: 0
5454

@@ -80,7 +80,7 @@ jobs:
8080
timeout-minutes: 10
8181

8282
steps:
83-
- uses: actions/checkout@v4
83+
- uses: actions/checkout@v6
8484

8585
- name: Set up Python 3.11 For Nox
8686
uses: actions/setup-python@v5
@@ -118,7 +118,7 @@ jobs:
118118
- "3006"
119119

120120
steps:
121-
- uses: actions/checkout@v4
121+
- uses: actions/checkout@v6
122122
with:
123123
fetch-depth: 0
124124

@@ -203,7 +203,7 @@ jobs:
203203
- "8.3.3"
204204

205205
steps:
206-
- uses: actions/checkout@v4
206+
- uses: actions/checkout@v6
207207
with:
208208
fetch-depth: 0
209209

@@ -290,7 +290,7 @@ jobs:
290290
- "8.3.3"
291291

292292
steps:
293-
- uses: actions/checkout@v4
293+
- uses: actions/checkout@v6
294294
with:
295295
fetch-depth: 0
296296

@@ -374,7 +374,7 @@ jobs:
374374
- "8.3.3"
375375

376376
steps:
377-
- uses: actions/checkout@v4
377+
- uses: actions/checkout@v6
378378
with:
379379
fetch-depth: 0
380380

@@ -448,7 +448,7 @@ jobs:
448448
- MacOS
449449
- Linux-System-Service
450450
steps:
451-
- uses: actions/checkout@v4
451+
- uses: actions/checkout@v6
452452
with:
453453
fetch-depth: 0
454454
- name: Set up Python

0 commit comments

Comments
 (0)