File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 permissions :
1717 id-token : write
1818 steps :
19- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
19+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2020 - uses : rust-lang/crates-io-auth-action@bbd81622f20ce9e2dd9622e3218b975523e45bbe # v1.0.4
2121 id : auth
2222
Original file line number Diff line number Diff line change 3535 - thumbv7em-none-eabi
3636 - wasm32-unknown-unknown
3737 steps :
38- - uses : actions/checkout@v6
38+ - uses : actions/checkout@v7
3939 - uses : dtolnay/rust-toolchain@stable
4040 with :
4141 toolchain : ${{ matrix.rust }}
5151 - 1.85.0 # MSRV
5252 - stable
5353 steps :
54- - uses : actions/checkout@v6
54+ - uses : actions/checkout@v7
5555 - uses : dtolnay/rust-toolchain@stable
5656 with :
5757 toolchain : ${{ matrix.rust }}
Original file line number Diff line number Diff line change 3131 - 1.85.0 # MSRV
3232 - stable
3333 steps :
34- - uses : actions/checkout@v6
34+ - uses : actions/checkout@v7
3535 - uses : dtolnay/rust-toolchain@stable
3636 with :
3737 toolchain : ${{ matrix.rust }}
Original file line number Diff line number Diff line change 3434 - thumbv7em-none-eabi
3535 - wasm32-unknown-unknown
3636 steps :
37- - uses : actions/checkout@v6
37+ - uses : actions/checkout@v7
3838 - uses : dtolnay/rust-toolchain@stable
3939 with :
4040 toolchain : ${{ matrix.rust }}
5050 - 1.85.0 # MSRV
5151 - stable
5252 steps :
53- - uses : actions/checkout@v6
53+ - uses : actions/checkout@v7
5454 - uses : dtolnay/rust-toolchain@stable
5555 with :
5656 toolchain : ${{ matrix.rust }}
Original file line number Diff line number Diff line change 4040 rust : stable
4141 runs-on : ${{ matrix.platform }}
4242 steps :
43- - uses : actions/checkout@v6
43+ - uses : actions/checkout@v7
4444 - uses : dtolnay/rust-toolchain@stable
4545 with :
4646 toolchain : ${{ matrix.rust }}
6565 - thumbv7em-none-eabi
6666 - wasm32-unknown-unknown
6767 steps :
68- - uses : actions/checkout@v6
68+ - uses : actions/checkout@v7
6969 - uses : dtolnay/rust-toolchain@stable
7070 with :
7171 toolchain : ${{ matrix.rust }}
8282 - 1.85.0 # MSRV
8383 - stable
8484 steps :
85- - uses : actions/checkout@v6
85+ - uses : actions/checkout@v7
8686 - uses : dtolnay/rust-toolchain@stable
8787 with :
8888 toolchain : ${{ matrix.rust }}
Original file line number Diff line number Diff line change 2828 - 1.85.0 # MSRV
2929 - stable
3030 steps :
31- - uses : actions/checkout@v6
31+ - uses : actions/checkout@v7
3232 - uses : dtolnay/rust-toolchain@stable
3333 with :
3434 toolchain : ${{ matrix.rust }}
Original file line number Diff line number Diff line change 2323 clippy :
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@v6
26+ - uses : actions/checkout@v7
2727 - uses : dtolnay/rust-toolchain@stable
2828 with :
2929 toolchain : 1.95 # pinned to prevent breakages when new rust versions are released
3333 doc :
3434 runs-on : ubuntu-latest
3535 steps :
36- - uses : actions/checkout@v6
36+ - uses : actions/checkout@v7
3737
3838 - uses : dtolnay/rust-toolchain@stable
3939 with :
@@ -43,14 +43,14 @@ jobs:
4343 lock :
4444 runs-on : ubuntu-latest
4545 steps :
46- - uses : actions/checkout@v6
46+ - uses : actions/checkout@v7
4747 - uses : dtolnay/rust-toolchain@stable
4848 - run : cargo check --workspace --locked
4949
5050 rustfmt :
5151 runs-on : ubuntu-latest
5252 steps :
53- - uses : actions/checkout@v6
53+ - uses : actions/checkout@v7
5454 - uses : dtolnay/rust-toolchain@stable
5555 with :
5656 toolchain : stable
6060 typos :
6161 runs-on : ubuntu-latest
6262 steps :
63- - uses : actions/checkout@v6
63+ - uses : actions/checkout@v7
6464 - uses : crate-ci/typos@v1.47.2
You can’t perform that action at this time.
0 commit comments