From 4b4e6906429d23bcdc7a6c2b92c01ef561951bdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 00:32:14 +0000 Subject: [PATCH] Bump mozilla-actions/sccache-action from 0.0.7 to 0.0.8 in the all group (#3496) * Bump mozilla-actions/sccache-action from 0.0.7 to 0.0.8 in the all group * fix: remove manual specification of sccache version from github actions Bumps the all 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: all ... Signed-off-by: dependabot[bot] <support@github.com> --- .github/workflows/clippy.yml | 8 ++------ .github/workflows/kanidm_individual_book.yml | 4 +--- .github/workflows/rust_build.yml | 15 +++------------ .github/workflows/windows_build.yml | 4 +--- 4 files changed, 7 insertions(+), 24 deletions(-) diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml index 4dffb3bcf..654708f56 100644 --- a/.github/workflows/clippy.yml +++ b/.github/workflows/clippy.yml @@ -19,9 +19,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.7 - with: - version: "v0.4.2" + uses: mozilla-actions/sccache-action@v0.0.8 - name: Install dependencies run: | sudo apt-get update && \ @@ -41,8 +39,6 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.7 - with: - version: "v0.4.2" + uses: mozilla-actions/sccache-action@v0.0.8 - name: "Run cargo fmt" run: cargo fmt --check diff --git a/.github/workflows/kanidm_individual_book.yml b/.github/workflows/kanidm_individual_book.yml index a9173522d..478b809dd 100644 --- a/.github/workflows/kanidm_individual_book.yml +++ b/.github/workflows/kanidm_individual_book.yml @@ -24,9 +24,7 @@ jobs: with: ref: ${{ inputs.tag }} - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.7 - with: - version: "v0.4.2" + uses: mozilla-actions/sccache-action@v0.0.8 - name: Install deps run: | sudo apt-get update diff --git a/.github/workflows/rust_build.yml b/.github/workflows/rust_build.yml index 3886175a0..111a7ae33 100644 --- a/.github/workflows/rust_build.yml +++ b/.github/workflows/rust_build.yml @@ -27,10 +27,7 @@ jobs: - name: Install Rust uses: dtolnay/rust-toolchain@stable - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.7 - with: - version: "v0.4.2" - + uses: mozilla-actions/sccache-action@v0.0.8 - name: Install dependencies run: | sudo apt-get update && \ @@ -75,10 +72,7 @@ jobs: with: toolchain: ${{ matrix.rust_version }} - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.7 - with: - version: "v0.4.2" - + uses: mozilla-actions/sccache-action@v0.0.8 - name: Install dependencies run: | sudo apt-get update && \ @@ -118,10 +112,7 @@ jobs: - name: Install Rust uses: dtolnay/rust-toolchain@stable - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.7 - with: - version: "v0.4.2" - + uses: mozilla-actions/sccache-action@v0.0.8 - name: Install dependencies run: | sudo apt-get update && \ diff --git a/.github/workflows/windows_build.yml b/.github/workflows/windows_build.yml index 587ae4dfd..681475702 100644 --- a/.github/workflows/windows_build.yml +++ b/.github/workflows/windows_build.yml @@ -28,9 +28,7 @@ jobs: - name: Install Rust uses: dtolnay/rust-toolchain@stable - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.7 - with: - version: "v0.4.2" + uses: mozilla-actions/sccache-action@v0.0.8 - run: cargo build --locked -p kanidm_client -p kanidm_tools --bin kanidm # yamllint disable-line rule:line-length - run: cargo test -p kanidm_client -p kanidm_tools