Skip to content

Commit b2a1f4c

Browse files
Bump actions/checkout from 5 to 6 (#94)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dadc3c0 commit b2a1f4c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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/cffconvert-github-action@2.0.0

0 commit comments

Comments
 (0)