From db30720f5d82e176377cd4b5b32b8457fa13398c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 18:20:38 +0000 Subject: [PATCH] chore(deps): bump mozilla-actions/sccache-action from 0.0.7 to 0.0.8 Bumps [mozilla-actions/sccache-action](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/check.yml | 10 +++++----- .github/workflows/scheduled.yml | 4 ++-- .github/workflows/test.yml | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index e0af5e9..bd0d6fc 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -38,7 +38,7 @@ jobs: toolchain: ${{ matrix.toolchain }} components: clippy - name: Install sccache-cache - uses: mozilla-actions/sccache-action@v0.0.7 + uses: mozilla-actions/sccache-action@v0.0.8 - name: Run sccache stat for check run: ${SCCACHE_PATH} --show-stats - name: cargo clippy @@ -53,7 +53,7 @@ jobs: - name: Install nightly uses: dtolnay/rust-toolchain@nightly - name: Install sccache-cache - uses: mozilla-actions/sccache-action@v0.0.7 + uses: mozilla-actions/sccache-action@v0.0.8 - name: Run sccache stat for check run: ${SCCACHE_PATH} --show-stats - name: cargo doc @@ -70,7 +70,7 @@ jobs: - name: Install stable uses: dtolnay/rust-toolchain@stable - name: Install sccache-cache - uses: mozilla-actions/sccache-action@v0.0.7 + uses: mozilla-actions/sccache-action@v0.0.8 - name: Run sccache stat for check run: ${SCCACHE_PATH} --show-stats - name: cargo install cargo-hack @@ -93,7 +93,7 @@ jobs: - name: Install cargo minimal-versions uses: taiki-e/install-action@cargo-minimal-versions - name: Install sccache-cache - uses: mozilla-actions/sccache-action@v0.0.7 + uses: mozilla-actions/sccache-action@v0.0.8 - name: Run sccache stat for check run: ${SCCACHE_PATH} --show-stats - name: rustup default stable @@ -115,7 +115,7 @@ jobs: # with: # toolchain: ${{ matrix.msrv }} # - name: Install sccache-cache - # uses: mozilla-actions/sccache-action@v0.0.7 + # uses: mozilla-actions/sccache-action@v0.0.8 # - name: Run sccache stat for check # run: ${SCCACHE_PATH} --show-stats # - name: cargo +${{ matrix.msrv }} check diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index b2aa0a1..53f1ce5 100644 --- a/.github/workflows/scheduled.yml +++ b/.github/workflows/scheduled.yml @@ -22,7 +22,7 @@ jobs: - name: Install nightly uses: dtolnay/rust-toolchain@nightly - name: Install sccache-cache - uses: mozilla-actions/sccache-action@v0.0.7 + uses: mozilla-actions/sccache-action@v0.0.8 - name: Run sccache stat for check run: ${SCCACHE_PATH} --show-stats - name: cargo generate-lockfile @@ -47,7 +47,7 @@ jobs: uses: dtolnay/rust-toolchain@beta - name: Install sccache-cache if: hashFiles('Cargo.lock') != '' - uses: mozilla-actions/sccache-action@v0.0.7 + uses: mozilla-actions/sccache-action@v0.0.8 - name: Run sccache stat for check if: hashFiles('Cargo.lock') != '' run: ${SCCACHE_PATH} --show-stats diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index df110d3..ff09efc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: with: toolchain: ${{ matrix.toolchain }} - name: Install sccache-cache - uses: mozilla-actions/sccache-action@v0.0.7 + uses: mozilla-actions/sccache-action@v0.0.8 - name: Run sccache stat for check run: ${SCCACHE_PATH} --show-stats - name: cargo generate-lockfile @@ -49,7 +49,7 @@ jobs: # - name: Install stable # uses: dtolnay/rust-toolchain@stable # - name: Install sccache-cache - # uses: mozilla-actions/sccache-action@v0.0.7 + # uses: mozilla-actions/sccache-action@v0.0.8 # - name: Run sccache stat for check # run: ${SCCACHE_PATH} --show-stats # - name: cargo generate-lockfile @@ -69,7 +69,7 @@ jobs: with: components: llvm-tools-preview - name: Install sccache-cache - uses: mozilla-actions/sccache-action@v0.0.7 + uses: mozilla-actions/sccache-action@v0.0.8 - name: Run sccache stat for check run: ${SCCACHE_PATH} --show-stats - name: cargo install cargo-tarpaulin