From c11505848663821da3791136538acce10a0c8a83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 07:11:06 +0000 Subject: [PATCH] chore(deps): update mozilla-actions/sccache-action action to v0.0.8 --- .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 0f6b18310..18d83696f 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@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7 + uses: mozilla-actions/sccache-action@65101d47ea8028ed0c98a1cdea8dd9182e9b5133 # v0.0.8 if: ${{ !startsWith(github.head_ref, 'renovate/') }} - name: Install protobuf compiler run: apt-get update && apt-get install protobuf-compiler -y @@ -78,7 +78,7 @@ jobs: echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV if: ${{ !startsWith(github.head_ref, 'renovate/') }} - name: Run sccache-cache - uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7 + uses: mozilla-actions/sccache-action@65101d47ea8028ed0c98a1cdea8dd9182e9b5133 # v0.0.8 if: ${{ !startsWith(github.head_ref, 'renovate/') }} - name: Install protobuf compiler run: apt-get update && apt-get install protobuf-compiler -y @@ -123,7 +123,7 @@ jobs: - name: Install protobuf compiler run: apt-get update && apt-get install protobuf-compiler -y - name: Run sccache-cache - uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7 + uses: mozilla-actions/sccache-action@65101d47ea8028ed0c98a1cdea8dd9182e9b5133 # v0.0.8 if: ${{ !startsWith(github.head_ref, 'renovate/') }} - name: Install cargo-llvm-cov uses: taiki-e/install-action@cargo-llvm-cov @@ -175,7 +175,7 @@ jobs: - name: Install protobuf compiler run: apt-get update && apt-get install protobuf-compiler -y - name: Run sccache-cache - uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7 + uses: mozilla-actions/sccache-action@65101d47ea8028ed0c98a1cdea8dd9182e9b5133 # v0.0.8 if: ${{ !startsWith(github.head_ref, 'renovate/') }} - name: Install sqlx run: cargo install sqlx-cli --no-default-features --features postgres