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@v6
16+ - uses : actions/checkout@v7
1717 - name : Download actionlint
1818 id : get_actionlint
1919 run : |
Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ jobs:
1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout Actions Repository
21- uses : actions/checkout@v6
21+ uses : actions/checkout@v7
2222 - name : Spell Check Repo
23- uses : crate-ci/typos@v1.47 .0
23+ uses : crate-ci/typos@v1.48 .0
2424 js :
2525 name : Check formatting and linting and test
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@v6
29- - uses : actions/setup-node@v6
28+ - uses : actions/checkout@v7
29+ - uses : actions/setup-node@v7
3030 with :
3131 node-version : 24
3232 - name : Install dependencies
Original file line number Diff line number Diff line change 2121 issues : write
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@v6
24+ uses : actions/checkout@v7
2525 - name : Run Labeler
2626 uses : crazy-max/ghaction-github-labeler@v6
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@v6
17- - uses : DavidAnson/markdownlint-cli2-action@v23
16+ - uses : actions/checkout@v7
17+ - uses : DavidAnson/markdownlint-cli2-action@v24
1818 with :
1919 config : " .markdownlint.jsonc"
2020 globs : |
You can’t perform that action at this time.
0 commit comments