Skip to content

Commit d38a4e6

Browse files
chore(deps): update mozilla-actions/sccache-action action to v0.0.6
1 parent 7d515df commit d38a4e6

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@89e9040de88b577a072e3760aaf59f585da083af #v0.0.5
51+
uses: mozilla-actions/sccache-action@9e326ebed976843c9932b3aa0e021c6f50310eb4 # v0.0.6
5252
if: ${{ !startsWith(github.head_ref, 'renovate/') }}
5353
- name: Install sqlx
5454
run: cargo install sqlx-cli --no-default-features --features postgres
@@ -76,7 +76,7 @@ jobs:
7676
echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV
7777
if: ${{ !startsWith(github.head_ref, 'renovate/') }}
7878
- name: Run sccache-cache
79-
uses: mozilla-actions/sccache-action@89e9040de88b577a072e3760aaf59f585da083af #v0.0.5
79+
uses: mozilla-actions/sccache-action@9e326ebed976843c9932b3aa0e021c6f50310eb4 # v0.0.6
8080
if: ${{ !startsWith(github.head_ref, 'renovate/') }}
8181
- run: |
8282
rustup component add clippy
@@ -117,7 +117,7 @@ jobs:
117117
echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV
118118
if: ${{ !startsWith(github.head_ref, 'renovate/') }}
119119
- name: Run sccache-cache
120-
uses: mozilla-actions/sccache-action@89e9040de88b577a072e3760aaf59f585da083af #v0.0.5
120+
uses: mozilla-actions/sccache-action@9e326ebed976843c9932b3aa0e021c6f50310eb4 # v0.0.6
121121
if: ${{ !startsWith(github.head_ref, 'renovate/') }}
122122
- name: Install cargo-llvm-cov
123123
uses: taiki-e/install-action@cargo-llvm-cov
@@ -167,7 +167,7 @@ jobs:
167167
echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV
168168
if: ${{ !startsWith(github.head_ref, 'renovate/') }}
169169
- name: Run sccache-cache
170-
uses: mozilla-actions/sccache-action@89e9040de88b577a072e3760aaf59f585da083af #v0.0.5
170+
uses: mozilla-actions/sccache-action@9e326ebed976843c9932b3aa0e021c6f50310eb4 # v0.0.6
171171
if: ${{ !startsWith(github.head_ref, 'renovate/') }}
172172
- name: Install sqlx
173173
run: cargo install sqlx-cli --no-default-features --features postgres

0 commit comments

Comments
 (0)