From efaef70abec242e8666897f002e661303a8c693c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Mar 2025 23:25:40 +0000 Subject: [PATCH] Bump mozilla-actions/sccache-action from 0.0.8 to 0.0.9 in the all group (#3538) 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.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 dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/clippy.yml | 4 ++-- .github/workflows/kanidm_individual_book.yml | 2 +- .github/workflows/rust_build.yml | 6 +++--- .github/workflows/windows_build.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml index 654708f56..7a66cf43b 100644 --- a/.github/workflows/clippy.yml +++ b/.github/workflows/clippy.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.8 + uses: mozilla-actions/sccache-action@v0.0.9 - name: Install dependencies run: | sudo apt-get update && \ @@ -39,6 +39,6 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.8 + uses: mozilla-actions/sccache-action@v0.0.9 - 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 478b809dd..55a3fb131 100644 --- a/.github/workflows/kanidm_individual_book.yml +++ b/.github/workflows/kanidm_individual_book.yml @@ -24,7 +24,7 @@ jobs: with: ref: ${{ inputs.tag }} - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.8 + uses: mozilla-actions/sccache-action@v0.0.9 - name: Install deps run: | sudo apt-get update diff --git a/.github/workflows/rust_build.yml b/.github/workflows/rust_build.yml index 111a7ae33..2bad64c71 100644 --- a/.github/workflows/rust_build.yml +++ b/.github/workflows/rust_build.yml @@ -27,7 +27,7 @@ jobs: - name: Install Rust uses: dtolnay/rust-toolchain@stable - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.8 + uses: mozilla-actions/sccache-action@v0.0.9 - name: Install dependencies run: | sudo apt-get update && \ @@ -72,7 +72,7 @@ jobs: with: toolchain: ${{ matrix.rust_version }} - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.8 + uses: mozilla-actions/sccache-action@v0.0.9 - name: Install dependencies run: | sudo apt-get update && \ @@ -112,7 +112,7 @@ jobs: - name: Install Rust uses: dtolnay/rust-toolchain@stable - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.8 + uses: mozilla-actions/sccache-action@v0.0.9 - name: Install dependencies run: | sudo apt-get update && \ diff --git a/.github/workflows/windows_build.yml b/.github/workflows/windows_build.yml index 681475702..af2987570 100644 --- a/.github/workflows/windows_build.yml +++ b/.github/workflows/windows_build.yml @@ -28,7 +28,7 @@ jobs: - name: Install Rust uses: dtolnay/rust-toolchain@stable - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.8 + uses: mozilla-actions/sccache-action@v0.0.9 - 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