File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414 outputs :
1515 matrix : ${{ steps.set-matrix.outputs.matrix }}
1616 steps :
17- - uses : actions/checkout@v4.2.2
17+ - uses : actions/checkout@v5.0.0
1818 - id : set-matrix
1919 run : |
2020 set -x
3131 - name : Install markdown-link-check
3232 run : sudo npm install -g markdown-link-check
3333
34- - uses : actions/checkout@v4.2.2
34+ - uses : actions/checkout@v5.0.0
3535
3636 - name : Run markdown-link-check against *.md files
3737 run : markdown-link-check --config "$(pwd)/.markdown-link-check.json" --verbose --quiet "${{ matrix.file_to_check }}"
Original file line number Diff line number Diff line change 1111 markdownlint :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4.2.2
14+ - uses : actions/checkout@v5.0.0
1515 - name : Pull markdownlint/markdownlint:latest Image
1616 run : docker pull markdownlint/markdownlint:latest
1717 - name : Run markdownlint against *.md files
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
1010 spellcheck :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4.2.2
13+ - uses : actions/checkout@v5.0.0
1414 - name : Pull pipelinecomponents/markdown-spellcheck Image
1515 run : docker pull pipelinecomponents/markdown-spellcheck
1616 - name : Spellcheck Markdown Files
1717 run : docker run --rm -i -v "$PWD:/github/workspace" --workdir /github/workspace -e FORCE_COLOR=1 pipelinecomponents/markdown-spellcheck --report "**/*.md" -n -a
1818# spelling:
1919# runs-on: ubuntu-latest
2020# steps:
21- # - uses: actions/checkout@v4.2.2
21+ # - uses: actions/checkout@v5.0.0
2222# - name: Set up Python
23232424# with:
You can’t perform that action at this time.
0 commit comments