File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout Repository
11- uses : actions/checkout@v4
11+ uses : actions/checkout@v5
1212 - name : Markdown Lint
1313 uses : DavidAnson/markdownlint-cli2-action@992badcdf24e3b8eb7e87ff9287fe931bcb00c6e
1414 with :
Original file line number Diff line number Diff line change 77 sh-checker :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111 - name : Run the sh-checker
1212 uses : luizm/action-sh-checker@17bd25a6ee188d2b91f677060038f4ba37ba14b2
1313 env :
Original file line number Diff line number Diff line change 1717 run : |
1818 sudo apt-get install shfmt -y
1919 - name : Checkout Code
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121 with :
2222 ref : ${{ github.head_ref }}
2323 - name : Format, Commit and Push Changes
You can’t perform that action at this time.
0 commit comments