Skip to content

Commit 7cda525

Browse files
authored
Merge pull request #1445 from nipy/dependabot/github_actions/actions-infrastructure-76468cb07f
chore(deps): bump actions/checkout from 5 to 6 in the actions-infrastructure group
2 parents d537d33 + af90411 commit 7cda525

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
build:
4242
runs-on: ubuntu-latest
4343
steps:
44-
- uses: actions/checkout@v5
44+
- uses: actions/checkout@v6
4545
with:
4646
fetch-depth: 0
4747
- uses: actions/setup-python@v6
@@ -204,7 +204,7 @@ jobs:
204204
ARCH: ${{ !contains(fromJSON('["none", "min"]'), matrix.dependencies) && matrix.architecture }}
205205

206206
steps:
207-
- uses: actions/checkout@v5
207+
- uses: actions/checkout@v6
208208
with:
209209
submodules: recursive
210210
fetch-depth: 0
@@ -265,7 +265,7 @@ jobs:
265265
check: ['style', 'doctest', 'typecheck', 'spellcheck']
266266

267267
steps:
268-
- uses: actions/checkout@v5
268+
- uses: actions/checkout@v6
269269
- name: Set up Python ${{ matrix.python-version }}
270270
uses: actions/setup-python@v6
271271
with:

0 commit comments

Comments
 (0)