File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3030 asset_name : file-checksum-windows-amd64.exe
3131 target : x86_64-pc-windows-gnu
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v5
3434 - name : Install Rust
3535 run : |
3636 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
4949 name : Publish to crates.io
5050 runs-on : ubuntu-latest
5151 steps :
52- - uses : actions/checkout@v4
52+ - uses : actions/checkout@v5
5353 - name : Install Rust
5454 run : |
5555 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
5959 name : Build and upload deb package
6060 runs-on : ubuntu-latest
6161 steps :
62- - uses : actions/checkout@v4
62+ - uses : actions/checkout@v5
6363 - name : Install Rust
6464 run : |
6565 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
Original file line number Diff line number Diff line change 1414 name : Clippy
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 - name : Install Rust
1919 run : |
2020 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
2626 name : Rustfmt
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030 - name : Install Rust
3131 run : |
3232 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
3838 name : Tests
3939 runs-on : ubuntu-latest
4040 steps :
41- - uses : actions/checkout@v4
41+ - uses : actions/checkout@v5
4242 - name : Install Rust
4343 run : |
4444 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
You can’t perform that action at this time.
0 commit comments