File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 name : PR - Actionlint
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212 - run : |
1313 echo "::add-matcher::.github/actionlint-matcher.json"
1414 bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
@@ -19,14 +19,14 @@ jobs:
1919 runs-on : ubuntu-latest
2020 name : PR - Shellcheck
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - uses : ludeeus/action-shellcheck@master
2424
2525 markdownlint :
2626 name : runner / markdownlint
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030 - name : markdownlint
31313232 with :
3636 name : runner / vale
3737 runs-on : ubuntu-latest
3838 steps :
39- - uses : actions/checkout@v4
39+ - uses : actions/checkout@v5
4040 -
uses :
errata-ai/[email protected] 4141 with :
4242 files : all
You can’t perform that action at this time.
0 commit comments