|
39 | 39 | echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV |
40 | 40 | if: ${{ !startsWith(github.head_ref, 'renovate/') }} |
41 | 41 | - name: Run sccache-cache |
42 | | - uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9 |
| 42 | + uses: mozilla-actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10 |
43 | 43 | if: ${{ !startsWith(github.head_ref, 'renovate/') }} |
44 | 44 | - run: rustup component add clippy |
45 | 45 | - run: cargo clippy --all-features --all-targets -- -A dead-code -D warnings |
|
74 | 74 | echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV |
75 | 75 | if: ${{ !startsWith(github.head_ref, 'renovate/') }} |
76 | 76 | - name: Run sccache-cache |
77 | | - uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9 |
| 77 | + uses: mozilla-actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10 |
78 | 78 | if: ${{ !startsWith(github.head_ref, 'renovate/') }} |
79 | 79 | - name: Install cargo-llvm-cov |
80 | 80 | uses: taiki-e/install-action@cargo-llvm-cov |
@@ -115,7 +115,7 @@ jobs: |
115 | 115 | echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV |
116 | 116 | if: ${{ !startsWith(github.head_ref, 'renovate/') }} |
117 | 117 | - name: Run sccache-cache |
118 | | - uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9 |
| 118 | + uses: mozilla-actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10 |
119 | 119 | if: ${{ !startsWith(github.head_ref, 'renovate/') }} |
120 | 120 | - name: Test documentation code snippets |
121 | 121 | run: cargo test --doc --all-features --workspace |
0 commit comments