Skip to content

Commit c567076

Browse files
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 bc20418 commit c567076

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/run_tests_matlab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
release: ${{ matrix.version }}
3838

3939
- name: Clone spm_2_bids
40-
uses: actions/checkout@v5
40+
uses: actions/checkout@v6
4141
with:
4242
submodules: true
4343
fetch-depth: 2

.github/workflows/run_tests_octave.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
sudo apt-get -y install octave octave-dev
2626
2727
- name: Clone spm_2_bids
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929
with:
3030
submodules: true
3131
fetch-depth: 2

.github/workflows/validate_cff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121

22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323

2424
- name: Check whether the citation metadata from CITATION.cff is valid
2525
uses: citation-file-format/[email protected]

0 commit comments

Comments
 (0)