File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 actionlint :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - name : Download actionlint
1818 id : get_actionlint
1919 run : |
Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ jobs:
1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout Actions Repository
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222 - name : Spell Check Repo
23- uses : crate-ci/typos@v1.34.0
23+ uses : crate-ci/typos@v1.35.7
2424 js :
2525 name : Check formatting and linting and test
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v5
2929 - uses : actions/setup-node@v4
3030 with :
3131 node-version : 24
Original file line number Diff line number Diff line change 2121 issues : write
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525 - name : Run Labeler
2626 uses : crazy-max/ghaction-github-labeler@v5
2727 with :
Original file line number Diff line number Diff line change 1313 markdownlint :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - uses : DavidAnson/markdownlint-cli2-action@v20
1818 with :
1919 config : " .markdownlint.jsonc"
You can’t perform that action at this time.
0 commit comments