From 5e1aff63fb0255b51a5eee19d07ce5736ae8f62e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 17:41:31 +0000 Subject: [PATCH] chore(deps): bump mozilla-actions/sccache-action from 0.0.8 to 0.0.9 Bumps [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action) from 0.0.8 to 0.0.9. - [Release notes](https://github.com/mozilla-actions/sccache-action/releases) - [Commits](https://github.com/mozilla-actions/sccache-action/compare/v0.0.8...v0.0.9) --- 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 bd0d6fc..25081a0 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.8 + uses: mozilla-actions/sccache-action@v0.0.9 - 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.8 + uses: mozilla-actions/sccache-action@v0.0.9 - 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.8 + uses: mozilla-actions/sccache-action@v0.0.9 - 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.8 + uses: mozilla-actions/sccache-action@v0.0.9 - 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.8 + # uses: mozilla-actions/sccache-action@v0.0.9 # - 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 53f1ce5..7b517c7 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.8 + uses: mozilla-actions/sccache-action@v0.0.9 - 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.8 + uses: mozilla-actions/sccache-action@v0.0.9 - 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 ff09efc..926426a 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.8 + uses: mozilla-actions/sccache-action@v0.0.9 - 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.8 + # uses: mozilla-actions/sccache-action@v0.0.9 # - 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.8 + uses: mozilla-actions/sccache-action@v0.0.9 - name: Run sccache stat for check run: ${SCCACHE_PATH} --show-stats - name: cargo install cargo-tarpaulin