|
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@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7 |
| 51 | + uses: mozilla-actions/sccache-action@65101d47ea8028ed0c98a1cdea8dd9182e9b5133 # v0.0.8 |
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@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7 |
| 81 | + uses: mozilla-actions/sccache-action@65101d47ea8028ed0c98a1cdea8dd9182e9b5133 # v0.0.8 |
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
|
@@ -123,7 +123,7 @@ jobs:
|
123 | 123 | - name: Install protobuf compiler
|
124 | 124 | run: apt-get update && apt-get install protobuf-compiler -y
|
125 | 125 | - name: Run sccache-cache
|
126 |
| - uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7 |
| 126 | + uses: mozilla-actions/sccache-action@65101d47ea8028ed0c98a1cdea8dd9182e9b5133 # v0.0.8 |
127 | 127 | if: ${{ !startsWith(github.head_ref, 'renovate/') }}
|
128 | 128 | - name: Install cargo-llvm-cov
|
129 | 129 | uses: taiki-e/install-action@cargo-llvm-cov
|
@@ -175,7 +175,7 @@ jobs:
|
175 | 175 | - name: Install protobuf compiler
|
176 | 176 | run: apt-get update && apt-get install protobuf-compiler -y
|
177 | 177 | - name: Run sccache-cache
|
178 |
| - uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7 |
| 178 | + uses: mozilla-actions/sccache-action@65101d47ea8028ed0c98a1cdea8dd9182e9b5133 # v0.0.8 |
179 | 179 | if: ${{ !startsWith(github.head_ref, 'renovate/') }}
|
180 | 180 | - name: Install sqlx
|
181 | 181 | run: cargo install sqlx-cli --no-default-features --features postgres
|
|
0 commit comments