Skip to content

Commit 0d176a5

Browse files
chore(deps): bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...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 26cca2b commit 0d176a5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
id-token: write
4444

4545
steps:
46-
- uses: actions/checkout@v5
46+
- uses: actions/checkout@v6
4747
with:
4848
fetch-depth: 0
4949
- uses: hynek/build-and-inspect-python-package@v2
@@ -85,7 +85,7 @@ jobs:
8585
dependencies: "pre"
8686

8787
steps:
88-
- uses: actions/checkout@v5
88+
- uses: actions/checkout@v6
8989
- uses: actions/cache@v4
9090
with:
9191
path: /var/lib/apt

.github/workflows/docs-build-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
with:
2323
ssh-key: "${{ secrets.NIPREPS_DEPLOY }}"
2424
fetch-depth: 0

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
style:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
- run: pipx run ruff check sdcflows/
2525
- run: pipx run ruff format --diff sdcflows/
2626

2727
# codespell:
2828
# runs-on: ubuntu-latest
2929
# steps:
30-
# - uses: actions/checkout@v5
30+
# - uses: actions/checkout@v6
3131
# - uses: codespell-project/actions-codespell@v2

0 commit comments

Comments
 (0)