File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 name : Library
1010 runs-on : ubuntu-22.04
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 - uses : TheHackerApp/setup-rust@main
1414 with :
1515 ssh-private-key : ${{ secrets.SHIPYARD_SSH_KEY }}
2121 name : Binary
2222 runs-on : ubuntu-22.04
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 - uses : TheHackerApp/setup-rust@main
2626 with :
2727 ssh-private-key : ${{ secrets.SHIPYARD_SSH_KEY }}
Original file line number Diff line number Diff line change 99 name : YAML
1010 runs-on : ubuntu-22.04
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313
1414 - run : pip install yamllint
1515 - run : yamllint -s -f github .
1818 name : Style
1919 runs-on : ubuntu-22.04
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 - uses : TheHackerApp/setup-rust@main
2323 with :
2424 components : rustfmt
3131 name : Clippy
3232 runs-on : ubuntu-22.04
3333 steps :
34- - uses : actions/checkout@v4
34+ - uses : actions/checkout@v5
3535 - uses : TheHackerApp/setup-rust@main
3636 with :
3737 components : clippy
Original file line number Diff line number Diff line change 1717 app-id : ${{ secrets.RELEASE_PLZ_APP_ID }}
1818 private-key : ${{ secrets.RELEASE_PLZ_PRIVATE_KEY }}
1919
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 with :
2222 fetch-depth : 0
2323 token : ${{ steps.generate-token.outputs.token }}
You can’t perform that action at this time.
0 commit comments