File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1919 steps :
2020 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2121 - uses : dtolnay/rust-toolchain@stable
22- - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
22+ - uses : Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
2323 - name : Install cargo lambda
2424 run : pip install cargo-lambda
2525
Original file line number Diff line number Diff line change 2222 - uses : dtolnay/rust-toolchain@stable
2323 with :
2424 components : clippy, rustfmt
25- - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
25+ - uses : Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
2626 - run : cargo fmt --check
2727 - run : cargo clippy -- -D warnings
2828 - run : cargo check
3232 steps :
3333 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3434 - uses : dtolnay/rust-toolchain@stable
35- - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
35+ - uses : Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
3636 - run : cargo test
3737
3838 build :
4141 steps :
4242 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4343 - uses : dtolnay/rust-toolchain@stable
44- - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
44+ - uses : Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
4545 - run : cargo build
Original file line number Diff line number Diff line change 3434 - uses : dtolnay/rust-toolchain@stable
3535 with :
3636 components : clippy, rustfmt
37- - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
37+ - uses : Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
3838 - name : Install HURL
3939 run : |
4040 HURL_VERSION=6.1.1
Original file line number Diff line number Diff line change 2323 - uses : dtolnay/rust-toolchain@stable
2424 with :
2525 components : clippy, rustfmt
26- - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
26+ - uses : Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
2727 - run : cargo fmt --check
2828 - run : cargo clippy -- -D warnings
2929 - run : cargo check
3434 steps :
3535 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3636 - uses : dtolnay/rust-toolchain@stable
37- - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
37+ - uses : Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
3838 - run : cargo test
3939
4040 build :
4343 steps :
4444 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4545 - uses : dtolnay/rust-toolchain@stable
46- - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
46+ - uses : Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
4747 - name : Install cargo lambda
4848 run : pip install cargo-lambda
4949 - run : cargo lambda build
Original file line number Diff line number Diff line change 2222 - uses : dtolnay/rust-toolchain@stable
2323 with :
2424 components : clippy, rustfmt
25- - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
25+ - uses : Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
2626 - run : cargo fmt --check
2727 - run : cargo clippy -- -D warnings
2828 - run : cargo check
3232 steps :
3333 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3434 - uses : dtolnay/rust-toolchain@stable
35- - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
35+ - uses : Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
3636 - run : cargo test
3737
3838 build :
4141 steps :
4242 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4343 - uses : dtolnay/rust-toolchain@stable
44- - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
44+ - uses : Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
4545 - run : cargo build
You can’t perform that action at this time.
0 commit comments