|
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@65101d47ea8028ed0c98a1cdea8dd9182e9b5133 # v0.0.8 |
| 51 | + uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9 |
52 | 52 | if: ${{ !startsWith(github.head_ref, 'renovate/') }} |
53 | 53 | - name: Install protobuf compiler |
54 | 54 | run: apt-get update && apt-get install protobuf-compiler -y |
|
78 | 78 | echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV |
79 | 79 | if: ${{ !startsWith(github.head_ref, 'renovate/') }} |
80 | 80 | - name: Run sccache-cache |
81 | | - uses: mozilla-actions/sccache-action@65101d47ea8028ed0c98a1cdea8dd9182e9b5133 # v0.0.8 |
| 81 | + uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9 |
82 | 82 | if: ${{ !startsWith(github.head_ref, 'renovate/') }} |
83 | 83 | - name: Install protobuf compiler |
84 | 84 | run: apt-get update && apt-get install protobuf-compiler -y |
@@ -124,7 +124,7 @@ jobs: |
124 | 124 | - name: Install protobuf compiler |
125 | 125 | run: apt-get update && apt-get install protobuf-compiler -y |
126 | 126 | - name: Run sccache-cache |
127 | | - uses: mozilla-actions/sccache-action@65101d47ea8028ed0c98a1cdea8dd9182e9b5133 # v0.0.8 |
| 127 | + uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9 |
128 | 128 | if: ${{ !startsWith(github.head_ref, 'renovate/') }} |
129 | 129 | - name: Install cargo-llvm-cov |
130 | 130 | uses: taiki-e/install-action@cargo-llvm-cov |
@@ -176,7 +176,7 @@ jobs: |
176 | 176 | - name: Install protobuf compiler |
177 | 177 | run: apt-get update && apt-get install protobuf-compiler -y |
178 | 178 | - name: Run sccache-cache |
179 | | - uses: mozilla-actions/sccache-action@65101d47ea8028ed0c98a1cdea8dd9182e9b5133 # v0.0.8 |
| 179 | + uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9 |
180 | 180 | if: ${{ !startsWith(github.head_ref, 'renovate/') }} |
181 | 181 | - name: Install sqlx |
182 | 182 | run: cargo install sqlx-cli --no-default-features --features postgres |
|
0 commit comments