From ca3a5c84b263025bb40aa25abe45cc089e6f6ac7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 13:03:50 +0000 Subject: [PATCH] chore(deps): update mozilla-actions/sccache-action action to v0.0.6 --- .github/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e9b074c2..a0caf1cc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -48,7 +48,7 @@ jobs: echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV if: ${{ !startsWith(github.head_ref, 'renovate/') }} - name: Run sccache-cache - uses: mozilla-actions/sccache-action@89e9040de88b577a072e3760aaf59f585da083af #v0.0.5 + uses: mozilla-actions/sccache-action@9e326ebed976843c9932b3aa0e021c6f50310eb4 # v0.0.6 if: ${{ !startsWith(github.head_ref, 'renovate/') }} - name: Install sqlx run: cargo install sqlx-cli --no-default-features --features postgres @@ -76,7 +76,7 @@ jobs: echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV if: ${{ !startsWith(github.head_ref, 'renovate/') }} - name: Run sccache-cache - uses: mozilla-actions/sccache-action@89e9040de88b577a072e3760aaf59f585da083af #v0.0.5 + uses: mozilla-actions/sccache-action@9e326ebed976843c9932b3aa0e021c6f50310eb4 # v0.0.6 if: ${{ !startsWith(github.head_ref, 'renovate/') }} - run: | rustup component add clippy @@ -117,7 +117,7 @@ jobs: echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV if: ${{ !startsWith(github.head_ref, 'renovate/') }} - name: Run sccache-cache - uses: mozilla-actions/sccache-action@89e9040de88b577a072e3760aaf59f585da083af #v0.0.5 + uses: mozilla-actions/sccache-action@9e326ebed976843c9932b3aa0e021c6f50310eb4 # v0.0.6 if: ${{ !startsWith(github.head_ref, 'renovate/') }} - name: Install cargo-llvm-cov uses: taiki-e/install-action@cargo-llvm-cov @@ -167,7 +167,7 @@ jobs: echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV if: ${{ !startsWith(github.head_ref, 'renovate/') }} - name: Run sccache-cache - uses: mozilla-actions/sccache-action@89e9040de88b577a072e3760aaf59f585da083af #v0.0.5 + uses: mozilla-actions/sccache-action@9e326ebed976843c9932b3aa0e021c6f50310eb4 # v0.0.6 if: ${{ !startsWith(github.head_ref, 'renovate/') }} - name: Install sqlx run: cargo install sqlx-cli --no-default-features --features postgres