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 1111 name : Linkspector
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - name : Run linkspector
1616 uses : umbrelladocs/action-linkspector@v1
1717 with :
Original file line number Diff line number Diff line change 1414 contents : read
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 - uses : DavidAnson/markdownlint-cli2-action@v20
1919 with :
2020 fix : true
2727 contents : read
2828 runs-on : ubuntu-latest
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v5
3131 - uses : streetsidesoftware/cspell-action@v7
3232 with :
3333 config : .cspell.json
Original file line number Diff line number Diff line change 1515 matlab-repo-patch :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 with :
2020 token : ${{ secrets.MATLAB_REPO_INIT_PATCH }}
2121 - uses : djmaxus/matlab-repo-init/.github/actions/patch@v0.17.2
Original file line number Diff line number Diff line change 1414 name : MATLAB checks
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 - uses : matlab-actions/setup-matlab@v2
1919 with :
2020 release : ${{ matrix.release }}
Original file line number Diff line number Diff line change 2828 config-file : release-please-config.json
2929 manifest-file : .release-please-manifest.json
3030 - if : ${{ steps.release.outputs.release_created }}
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v5
3232 with :
3333 token : ${{ secrets.GITHUB_TOKEN }}
3434 - name : Tag annotation
Original file line number Diff line number Diff line change 77 contents : read
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111 - uses : actions/configure-pages@v5
1212 - uses : actions/jekyll-build-pages@v1
1313 with :
You can’t perform that action at this time.
0 commit comments