|
48 | 48 | echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV |
49 | 49 | if: ${{ !startsWith(github.head_ref, 'renovate/') }} |
50 | 50 | - name: Run sccache-cache |
51 | | - uses: mozilla-actions/sccache-action@89e9040de88b577a072e3760aaf59f585da083af #v0.0.5 |
| 51 | + uses: mozilla-actions/sccache-action@9e326ebed976843c9932b3aa0e021c6f50310eb4 # v0.0.6 |
52 | 52 | if: ${{ !startsWith(github.head_ref, 'renovate/') }} |
53 | 53 | - name: Install sqlx |
54 | 54 | run: cargo install sqlx-cli --no-default-features --features postgres |
|
76 | 76 | echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV |
77 | 77 | if: ${{ !startsWith(github.head_ref, 'renovate/') }} |
78 | 78 | - name: Run sccache-cache |
79 | | - uses: mozilla-actions/sccache-action@89e9040de88b577a072e3760aaf59f585da083af #v0.0.5 |
| 79 | + uses: mozilla-actions/sccache-action@9e326ebed976843c9932b3aa0e021c6f50310eb4 # v0.0.6 |
80 | 80 | if: ${{ !startsWith(github.head_ref, 'renovate/') }} |
81 | 81 | - run: | |
82 | 82 | rustup component add clippy |
@@ -117,7 +117,7 @@ jobs: |
117 | 117 | echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV |
118 | 118 | if: ${{ !startsWith(github.head_ref, 'renovate/') }} |
119 | 119 | - name: Run sccache-cache |
120 | | - uses: mozilla-actions/sccache-action@89e9040de88b577a072e3760aaf59f585da083af #v0.0.5 |
| 120 | + uses: mozilla-actions/sccache-action@9e326ebed976843c9932b3aa0e021c6f50310eb4 # v0.0.6 |
121 | 121 | if: ${{ !startsWith(github.head_ref, 'renovate/') }} |
122 | 122 | - name: Install cargo-llvm-cov |
123 | 123 | uses: taiki-e/install-action@cargo-llvm-cov |
@@ -167,7 +167,7 @@ jobs: |
167 | 167 | echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV |
168 | 168 | if: ${{ !startsWith(github.head_ref, 'renovate/') }} |
169 | 169 | - name: Run sccache-cache |
170 | | - uses: mozilla-actions/sccache-action@89e9040de88b577a072e3760aaf59f585da083af #v0.0.5 |
| 170 | + uses: mozilla-actions/sccache-action@9e326ebed976843c9932b3aa0e021c6f50310eb4 # v0.0.6 |
171 | 171 | if: ${{ !startsWith(github.head_ref, 'renovate/') }} |
172 | 172 | - name: Install sqlx |
173 | 173 | run: cargo install sqlx-cli --no-default-features --features postgres |
|
0 commit comments