From 3fcdb9a51f1b71b6f7337d81e4ae75d6c97e98e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 14:08:30 +0000 Subject: [PATCH] chore(deps): bump mozilla-actions/sccache-action from 0.0.5 to 0.0.6 Bumps [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action) from 0.0.5 to 0.0.6. - [Release notes](https://github.com/mozilla-actions/sccache-action/releases) - [Commits](https://github.com/mozilla-actions/sccache-action/compare/v0.0.5...v0.0.6) --- updated-dependencies: - dependency-name: mozilla-actions/sccache-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f9e36d0df0..f5cfd4560f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -54,7 +54,7 @@ jobs: sudo apt-get update sudo apt-get install -y gcc-aarch64-linux-gnu - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - name: Setup Rust if: ${{ steps.cache_build.outputs.cache-hit != 'true' }} uses: dtolnay/rust-toolchain@stable @@ -95,7 +95,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - uses: dtolnay/rust-toolchain@stable with: targets: x86_64-pc-windows-msvc @@ -115,7 +115,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - uses: dtolnay/rust-toolchain@stable with: targets: x86_64-pc-windows-msvc @@ -159,7 +159,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - uses: dtolnay/rust-toolchain@stable with: targets: aarch64-apple-darwin @@ -214,7 +214,7 @@ jobs: sudo port install wget port installed - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - uses: dtolnay/rust-toolchain@stable with: targets: aarch64-apple-darwin @@ -234,7 +234,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - uses: dtolnay/rust-toolchain@stable with: targets: x86_64-unknown-linux-musl @@ -261,7 +261,7 @@ jobs: with: targets: x86_64-unknown-linux-musl - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - name: Build and run tests env: CARGO_BUILD_TARGET: x86_64-unknown-linux-musl @@ -287,7 +287,7 @@ jobs: with: targets: x86_64-unknown-linux-musl - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - name: Build and run tests env: CARGO_BUILD_TARGET: x86_64-unknown-linux-musl @@ -313,7 +313,7 @@ jobs: with: targets: x86_64-unknown-linux-musl - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - name: Build and run tests env: CARGO_BUILD_TARGET: x86_64-unknown-linux-musl @@ -337,7 +337,7 @@ jobs: with: targets: x86_64-unknown-linux-musl - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - name: Build and run tests env: CARGO_BUILD_TARGET: x86_64-unknown-linux-musl @@ -362,7 +362,7 @@ jobs: with: targets: x86_64-unknown-linux-musl - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - name: Build and run tests env: RUSTFLAGS: "-C target-feature=-crt-static" @@ -384,7 +384,7 @@ jobs: sudo apt-get update sudo apt-get install -y packagekit packagekit-tools - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - uses: dtolnay/rust-toolchain@stable with: targets: x86_64-unknown-linux-musl