File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 name : Markdownlint
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 - uses : DavidAnson/markdownlint-cli2-action@v20
2121 with :
2222 globs : " **/*.md"
Original file line number Diff line number Diff line change 1212 name : nvim type check
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - uses : stevearc/nvim-typecheck-action@v2
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 name : README.md to vimdoc
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 - run : git pull # fix failure when multiple commits are pushed in succession
2323 - run : mkdir -p doc
2424
Original file line number Diff line number Diff line change 1212 name : Stylua
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - uses : JohnnyMorganz/stylua-action@v4
1717 with :
1818 token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments