Skip to content

Commit b0f4a24

Browse files
chore(deps): update mozilla-actions/sccache-action action to v0.0.9
1 parent cf7d42d commit b0f4a24

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
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@65101d47ea8028ed0c98a1cdea8dd9182e9b5133 # v0.0.8
51+
uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
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@65101d47ea8028ed0c98a1cdea8dd9182e9b5133 # v0.0.8
81+
uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
8282
if: ${{ !startsWith(github.head_ref, 'renovate/') }}
8383
- name: Install protobuf compiler
8484
run: apt-get update && apt-get install protobuf-compiler -y
@@ -124,7 +124,7 @@ jobs:
124124
- name: Install protobuf compiler
125125
run: apt-get update && apt-get install protobuf-compiler -y
126126
- name: Run sccache-cache
127-
uses: mozilla-actions/sccache-action@65101d47ea8028ed0c98a1cdea8dd9182e9b5133 # v0.0.8
127+
uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
128128
if: ${{ !startsWith(github.head_ref, 'renovate/') }}
129129
- name: Install cargo-llvm-cov
130130
uses: taiki-e/install-action@cargo-llvm-cov
@@ -176,7 +176,7 @@ jobs:
176176
- name: Install protobuf compiler
177177
run: apt-get update && apt-get install protobuf-compiler -y
178178
- name: Run sccache-cache
179-
uses: mozilla-actions/sccache-action@65101d47ea8028ed0c98a1cdea8dd9182e9b5133 # v0.0.8
179+
uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
180180
if: ${{ !startsWith(github.head_ref, 'renovate/') }}
181181
- name: Install sqlx
182182
run: cargo install sqlx-cli --no-default-features --features postgres

0 commit comments

Comments
 (0)