From c946e937dbcc5e784e49cf8d4c78ffefa08d63c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 06:27:41 +0000 Subject: [PATCH] Bump mozilla-actions/sccache-action in the dependencies group Bumps the dependencies group with 1 update: [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action). Updates `mozilla-actions/sccache-action` from 0.0.7 to 0.0.8 - [Release notes](https://github.com/mozilla-actions/sccache-action/releases) - [Commits](https://github.com/mozilla-actions/sccache-action/compare/v0.0.7...v0.0.8) --- updated-dependencies: - dependency-name: mozilla-actions/sccache-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/sync-images.yaml | 2 +- .github/workflows/test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sync-images.yaml b/.github/workflows/sync-images.yaml index e55d7af..2aab3b0 100644 --- a/.github/workflows/sync-images.yaml +++ b/.github/workflows/sync-images.yaml @@ -45,7 +45,7 @@ jobs: rustflags: '-C target-cpu=native' - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.7 + uses: mozilla-actions/sccache-action@v0.0.8 - name: Build run: cargo build --profile=${{ env.build-profile }} -F perf diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c408e5b..09fad41 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,7 +45,7 @@ jobs: ref: ${{ inputs.publish-tag || null }} - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.7 + uses: mozilla-actions/sccache-action@v0.0.8 - uses: actions-rust-lang/setup-rust-toolchain@v1 with: @@ -119,7 +119,7 @@ jobs: ref: ${{ inputs.publish-tag || null }} - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.7 + uses: mozilla-actions/sccache-action@v0.0.8 - uses: actions-rust-lang/setup-rust-toolchain@v1 with: