From 7e93d9ce417e9d2e3e5a0d1eb31def7f7c9b29a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 21:51:08 +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/check.yaml | 12 ++++++------ .github/workflows/e2e-test.yaml | 2 +- .github/workflows/test.yaml | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index e7cf8de9..a8d433c1 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -53,7 +53,7 @@ jobs: toolchain: ${{ matrix.toolchain }} components: clippy - name: Install sccache-cache - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - name: cargo clippy run: cargo clippy --all-targets --all-features --workspace -- -D warnings doc: @@ -64,7 +64,7 @@ jobs: - name: Install nightly uses: dtolnay/rust-toolchain@nightly - name: Install sccache-cache - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - name: cargo doc run: cargo doc --no-deps --all-features --workspace env: @@ -77,7 +77,7 @@ jobs: - name: Install stable uses: dtolnay/rust-toolchain@stable - name: Install sccache-cache - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - name: cargo install cargo-hack uses: taiki-e/install-action@cargo-hack - name: cargo hack @@ -96,7 +96,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.5 + uses: mozilla-actions/sccache-action@v0.0.6 - name: rustup default stable run: rustup default stable - name: Check minimal versions @@ -116,7 +116,7 @@ jobs: with: toolchain: ${{ matrix.msrv }} - name: Install sccache-cache - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - name: cargo +${{ matrix.msrv }} check run: cargo check --all-features --workspace # Run semver-check on release branch push or PR @@ -127,7 +127,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install sccache-cache - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - name: Check semver uses: obi1kenobi/cargo-semver-checks-action@v2 with: diff --git a/.github/workflows/e2e-test.yaml b/.github/workflows/e2e-test.yaml index f0589303..f376a110 100644 --- a/.github/workflows/e2e-test.yaml +++ b/.github/workflows/e2e-test.yaml @@ -57,7 +57,7 @@ jobs: - name: Install stable uses: dtolnay/rust-toolchain@stable - name: Install sccache-cache - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - name: Run test run: | cargo e2e-test diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c7e87c3a..4c41485f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -42,7 +42,7 @@ jobs: with: toolchain: ${{ matrix.toolchain }} - name: Install sccache-cache - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - name: cargo generate-lockfile if: hashFiles('Cargo.lock') == '' run: cargo generate-lockfile @@ -63,7 +63,7 @@ jobs: - name: Install stable uses: dtolnay/rust-toolchain@stable - name: Install sccache-cache - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 # Setup vcpkg binary cache # https://learn.microsoft.com/en-us/vcpkg/users/binarycaching#gha-quickstart - uses: actions/github-script@v7 @@ -90,7 +90,7 @@ jobs: with: components: llvm-tools-preview - name: Install sccache-cache - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - name: cargo install cargo-tarpaulin uses: taiki-e/install-action@cargo-tarpaulin - name: cargo generate-lockfile