From 90f064c918d9d4944adace58fa805a084ae01f31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 19:36:06 +0000 Subject: [PATCH] Bump the github-actions group with 3 updates Bumps the github-actions group with 3 updates: [taiki-e/install-action](https://github.com/taiki-e/install-action), [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) and [reproducible-containers/buildkit-cache-dance](https://github.com/reproducible-containers/buildkit-cache-dance). Updates `taiki-e/install-action` from 2.77.1 to 2.77.6 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/cca35edeb1d01366c2843b68fc3ca441446d73d3...c070f87102a1c75b3183910f391c1cb887fe13c8) Updates `EmbarkStudios/cargo-deny-action` from 2.0.17 to 2.0.18 - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](https://github.com/embarkstudios/cargo-deny-action/compare/91bf2b620e09e18d6eb78b92e7861937469acedb...6c8f9facfa5047ec02d8485b6bf52b587b7777d1) Updates `reproducible-containers/buildkit-cache-dance` from 3.3.2 to 3.4.0 - [Release notes](https://github.com/reproducible-containers/buildkit-cache-dance/releases) - [Commits](https://github.com/reproducible-containers/buildkit-cache-dance/compare/1b8ab18fbda5ad3646e3fcc9ed9dd41ce2f297b4...5422eac04292c961a382e0f584ea0f03ad9da723) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.77.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: EmbarkStudios/cargo-deny-action dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: reproducible-containers/buildkit-cache-dance dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/checks.yaml | 10 +++++----- .github/workflows/docker.yaml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 1d5ee8f0..cb8565f7 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -63,7 +63,7 @@ jobs: with: target: ${{ matrix.target }} - name: Install cargo-llvm-cov - uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3 + uses: taiki-e/install-action@c070f87102a1c75b3183910f391c1cb887fe13c8 with: tool: cargo-llvm-cov - name: Rust cache @@ -99,7 +99,7 @@ jobs: with: toolchain: nightly-2025-08-11 - name: Install udeps - uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3 + uses: taiki-e/install-action@c070f87102a1c75b3183910f391c1cb887fe13c8 with: tool: cargo-udeps - name: cargo udeps @@ -159,7 +159,7 @@ jobs: if: ${{matrix.runs_on == 'ubuntu-latest'}} - name: Install bindgen-cli - uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3 + uses: taiki-e/install-action@c070f87102a1c75b3183910f391c1cb887fe13c8 with: tool: bindgen-cli if: ${{matrix.runs_on == 'ubuntu-latest'}} @@ -179,7 +179,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - - uses: EmbarkStudios/cargo-deny-action@91bf2b620e09e18d6eb78b92e7861937469acedb + - uses: EmbarkStudios/cargo-deny-action@6c8f9facfa5047ec02d8485b6bf52b587b7777d1 with: arguments: --workspace --all-features @@ -214,7 +214,7 @@ jobs: toolchain: nightly-2025-08-11 components: llvm-tools-preview - name: Install cargo fuzz & rustfilt - uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3 + uses: taiki-e/install-action@c070f87102a1c75b3183910f391c1cb887fe13c8 with: tool: cargo-fuzz,rustfilt - name: Run `cargo fuzz` diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 13d05907..139968a1 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -45,7 +45,7 @@ jobs: key: cache-mount-${{ hashFiles('Dockerfile') }} - name: Restore Docker cache mounts - uses: reproducible-containers/buildkit-cache-dance@1b8ab18fbda5ad3646e3fcc9ed9dd41ce2f297b4 # v3.3.2 + uses: reproducible-containers/buildkit-cache-dance@5422eac04292c961a382e0f584ea0f03ad9da723 # v3.4.0 with: builder: ${{ steps.setup-buildx.outputs.name }} cache-dir: cache-mount