Skip to content

Commit c3cfcd4

Browse files
dependabot[bot]djmaxus
authored andcommitted
build(deps): 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 de5904d commit c3cfcd4

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Linkspector
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- name: Run linkspector
1818
uses: umbrelladocs/action-linkspector@v1
1919
with:

.github/workflows/lints.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Markdown
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- uses: DavidAnson/markdownlint-cli2-action@v20
1717
with:
1818
fix: true
@@ -23,7 +23,7 @@ jobs:
2323
name: Spelling
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
- uses: streetsidesoftware/cspell-action@v8
2828
with:
2929
files: "**/*.md"

.github/workflows/matlab-repo-patch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matlab-repo-patch:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
with:
1515
token: ${{ secrets.MATLAB_REPO_INIT_PATCH }}
1616
- uses: djmaxus/matlab-repo-init/.github/actions/patch@v0.18.0

.github/workflows/matlab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
release: [R2023a, R2024b]
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313
- uses: matlab-actions/setup-matlab@v2
1414
with:
1515
release: ${{ matrix.release }}

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
release-type: simple
2727
target-branch: main
2828
- if: ${{ steps.release.outputs.release_created }}
29-
uses: actions/checkout@v5
29+
uses: actions/checkout@v6
3030
with:
3131
token: ${{ secrets.GITHUB_TOKEN }}
3232
- name: Tag annotation

.github/workflows/webpage-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
1212
- uses: actions/configure-pages@v5
1313
- uses: actions/jekyll-build-pages@v1
1414
with:

0 commit comments

Comments
 (0)