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