Skip to content

Commit c1bdde2

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] <support@github.com>
1 parent dd05b92 commit c1bdde2

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
@@ -38,7 +38,7 @@ jobs:
3838
release: ${{matrix.version}}
3939

4040
- name: Install CPP_ROI
41-
uses: actions/checkout@v5
41+
uses: actions/checkout@v6
4242
with:
4343
submodules: true
4444
fetch-depth: 0

.github/workflows/run_tests_octave.yml

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

2727
steps:
2828
- name: Install CPP_ROI
29-
uses: actions/checkout@v5
29+
uses: actions/checkout@v6
3030
with:
3131
submodules: true
3232
fetch-depth: 0

.github/workflows/validate_cff.yml

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

2222
steps:
2323

24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@v6
2525
with:
2626
fetch-depth: 1
2727

0 commit comments

Comments
 (0)