Skip to content

Commit eeb9f61

Browse files
chore(deps): update mozilla-actions/sccache-action action to v0.0.8 (#649)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b8f5bbb commit eeb9f61

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV
4949
if: ${{ !startsWith(github.head_ref, 'renovate/') }}
5050
- name: Run sccache-cache
51-
uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7
51+
uses: mozilla-actions/sccache-action@65101d47ea8028ed0c98a1cdea8dd9182e9b5133 # v0.0.8
5252
if: ${{ !startsWith(github.head_ref, 'renovate/') }}
5353
- name: Install protobuf compiler
5454
run: apt-get update && apt-get install protobuf-compiler -y
@@ -78,7 +78,7 @@ jobs:
7878
echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV
7979
if: ${{ !startsWith(github.head_ref, 'renovate/') }}
8080
- name: Run sccache-cache
81-
uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7
81+
uses: mozilla-actions/sccache-action@65101d47ea8028ed0c98a1cdea8dd9182e9b5133 # v0.0.8
8282
if: ${{ !startsWith(github.head_ref, 'renovate/') }}
8383
- name: Install protobuf compiler
8484
run: apt-get update && apt-get install protobuf-compiler -y
@@ -123,7 +123,7 @@ jobs:
123123
- name: Install protobuf compiler
124124
run: apt-get update && apt-get install protobuf-compiler -y
125125
- name: Run sccache-cache
126-
uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7
126+
uses: mozilla-actions/sccache-action@65101d47ea8028ed0c98a1cdea8dd9182e9b5133 # v0.0.8
127127
if: ${{ !startsWith(github.head_ref, 'renovate/') }}
128128
- name: Install cargo-llvm-cov
129129
uses: taiki-e/install-action@cargo-llvm-cov
@@ -175,7 +175,7 @@ jobs:
175175
- name: Install protobuf compiler
176176
run: apt-get update && apt-get install protobuf-compiler -y
177177
- name: Run sccache-cache
178-
uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7
178+
uses: mozilla-actions/sccache-action@65101d47ea8028ed0c98a1cdea8dd9182e9b5133 # v0.0.8
179179
if: ${{ !startsWith(github.head_ref, 'renovate/') }}
180180
- name: Install sqlx
181181
run: cargo install sqlx-cli --no-default-features --features postgres

0 commit comments

Comments
 (0)