diff options
-rw-r--r-- | .github/workflows/ci.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9a21ea1fd..1145fcfab 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml | |||
@@ -51,7 +51,7 @@ jobs: | |||
51 | components: rustfmt, rust-src | 51 | components: rustfmt, rust-src |
52 | 52 | ||
53 | - name: Cache Dependencies | 53 | - name: Cache Dependencies |
54 | uses: Swatinem/rust-cache@v1 | 54 | uses: Swatinem/rust-cache@ce325b60658c1b38465c06cc965b79baf32c1e72 |
55 | 55 | ||
56 | - name: Compile | 56 | - name: Compile |
57 | run: cargo test --no-run --locked | 57 | run: cargo test --no-run --locked |
@@ -82,7 +82,7 @@ jobs: | |||
82 | run: rustup target add ${{ env.targets }} | 82 | run: rustup target add ${{ env.targets }} |
83 | 83 | ||
84 | - name: Cache Dependencies | 84 | - name: Cache Dependencies |
85 | uses: Swatinem/rust-cache@v1 | 85 | uses: Swatinem/rust-cache@ce325b60658c1b38465c06cc965b79baf32c1e72 |
86 | 86 | ||
87 | - name: Check | 87 | - name: Check |
88 | run: | | 88 | run: | |