File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
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"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments