|
47 | 47 | with:
|
48 | 48 | toolchain: stable
|
49 | 49 | components: clippy
|
50 |
| - - uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2 |
| 50 | + - uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2 |
51 | 51 | - name: Run clippy
|
52 | 52 | run: cargo clippy --all-targets --all-features -- -D warnings
|
53 | 53 |
|
|
77 | 77 | uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 # v1
|
78 | 78 | with:
|
79 | 79 | toolchain: ${{ matrix.rust }}
|
80 |
| - - uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2 |
| 80 | + - uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2 |
81 | 81 | - name: Run Cargo Test
|
82 | 82 | run: cargo +${{ matrix.rust }} test --all-targets --all-features --workspace --examples
|
83 | 83 | id: run_tests
|
@@ -116,7 +116,7 @@ jobs:
|
116 | 116 | uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 # v1
|
117 | 117 | with:
|
118 | 118 | toolchain: ${{ matrix.rust }}
|
119 |
| - - uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2 |
| 119 | + - uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2 |
120 | 120 | - name: Run Cargo Doc
|
121 | 121 | run: cargo +${{ matrix.rust }} doc --no-deps --all-features --workspace --examples
|
122 | 122 |
|
@@ -151,10 +151,10 @@ jobs:
|
151 | 151 | with:
|
152 | 152 | toolchain: ${{ matrix.rust }}
|
153 | 153 | - name: install cargo-hack
|
154 |
| - uses: taiki-e/install-action@8484225d9734e230a8bf38421a4ffec1cc249372 # v2 |
| 154 | + uses: taiki-e/install-action@acd25891978b4cdaebd139d3efef606d26513b14 # v2 |
155 | 155 | with:
|
156 | 156 | tool: cargo-hack
|
157 |
| - - uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2 |
| 157 | + - uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2 |
158 | 158 | - name: Run Cargo Hack
|
159 | 159 | run: cargo +${{ matrix.rust }} hack check --feature-powerset --no-dev-deps -p ${{ matrix.crate }}
|
160 | 160 |
|
@@ -253,7 +253,7 @@ jobs:
|
253 | 253 | steps:
|
254 | 254 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
255 | 255 | - name: Install cargo-hack
|
256 |
| - uses: taiki-e/install-action@8484225d9734e230a8bf38421a4ffec1cc249372 # v2 |
| 256 | + uses: taiki-e/install-action@acd25891978b4cdaebd139d3efef606d26513b14 # v2 |
257 | 257 | with:
|
258 | 258 | tool: cargo-hack
|
259 | 259 |
|
|
0 commit comments