Skip to content

Commit e0d541a

Browse files
Bump actions/checkout from 5 to 6 (#88)
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 d6fb7e7 commit e0d541a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/matlab_test_and_coverage.yaml

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

41-
- uses: actions/checkout@v5
41+
- uses: actions/checkout@v6
4242
with:
4343
submodules: true
4444
fetch-depth: 1

.github/workflows/octave_test_and_coverage.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 -qq update
2626
sudo apt-get -y install octave octave-dev
2727
28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@v6
2929
with:
3030
submodules: true
3131
fetch-depth: 1

.github/workflows/validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
validate_cff:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
- name: Check whether the citation metadata from CITATION.cff is valid
2121
uses: citation-file-format/cffconvert-github-action@2.0.0
2222
with:

0 commit comments

Comments
 (0)