File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1717 # overriding rust-toolchain.toml
1818 RUSTUP_TOOLCHAIN : stable
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
21212222 with :
2323 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1111 outputs :
1212 contains : ${{ steps.check.outputs.contains }}
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 with :
1616 ref : main
1717 fetch-depth : 0
2828 prepare-assets :
2929 runs-on : ubuntu-latest
3030 steps :
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v5
3232 - run : cargo package -l
3333 - run : |
3434 cargo package --no-verify -p traq-bot-http
4444 - check-main-branch
4545 if : needs.check-main-branch.outputs.contains == 'true'
4646 steps :
47- - uses : actions/checkout@v4
47+ - uses : actions/checkout@v5
4848 - uses : actions/download-artifact@v4
4949 with :
5050 name : package
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222 - name : Rust cache
2323 uses : Swatinem/rust-cache@v2
2424 - name : Build
4444 runs-on : ubuntu-latest
4545 steps :
4646 - name : Checkout
47- uses : actions/checkout@v4
47+ uses : actions/checkout@v5
4848 - name : Rust cache
4949 uses : Swatinem/rust-cache@v2
5050 - name : Install grcov
Original file line number Diff line number Diff line change 1111 outputs :
1212 has_diff : ${{ steps.check-diff.outputs.has_diff }}
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 with :
1616 fetch-depth : 0
1717 - name : Update
3838 contents : write
3939 pull-requests : write
4040 steps :
41- - uses : actions/checkout@v4
41+ - uses : actions/checkout@v5
4242 with :
4343 fetch-depth : 0
4444 - name : Update
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717 - name : Install cargo-binstall
1818 uses :
cargo-bins/[email protected] 1919 - name : Install action-validator
3030 check-spell :
3131 runs-on : ubuntu-latest
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v5
3434 - uses : streetsidesoftware/cspell-action@v7
3535 with :
3636 inline : ' error'
You can’t perform that action at this time.
0 commit comments