File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 runs-on : ${{ matrix.config.node }}
2727 steps :
2828 - name : Checkout repository
29- uses : actions/checkout@v4.1 .1
29+ uses : actions/checkout@v6.0 .1
3030
3131 - uses : actions-rs/toolchain@v1
3232 with :
8989 runs-on : ${{ matrix.config.node }}
9090 steps :
9191 - name : Checkout repository
92- uses : actions/checkout@v4.1 .1
92+ uses : actions/checkout@v6.0 .1
9393
9494 - uses : docker-practice/actions-setup-docker@master
9595
Original file line number Diff line number Diff line change 1414 name : Styling with fmt, check and clippy
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818
1919 - name : Setup Rust
2020 uses : actions-rs/toolchain@v1
3636 name : Test and CodeCov
3737 runs-on : ubuntu-latest
3838 steps :
39- - uses : actions/checkout@v4
39+ - uses : actions/checkout@v6
4040
4141 - name : Setup Rust
4242 uses : actions-rs/toolchain@v1
6464 name : Release dry run
6565 runs-on : ubuntu-latest
6666 steps :
67- - uses : actions/checkout@v4
67+ - uses : actions/checkout@v6
6868
6969 - name : Setup Rust
7070 uses : actions-rs/toolchain@v1
Original file line number Diff line number Diff line change 1010 name : Releasing Crate on crates.io
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v6
1414 - uses : chrnorm/deployment-action@releases/v1
1515 name : Create GitHub deployment
1616 id : deployment
You can’t perform that action at this time.
0 commit comments