From 22bdc88391ea8f3ecbf66d7cd3a71e80dc686349 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 06:34:47 +0000 Subject: [PATCH] build(deps): bump the all-actions-version-updates group across 1 directory with 2 updates Bumps the all-actions-version-updates group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) Updates `taiki-e/install-action` from 2 to 2.85.5 - [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/v2...v2.85.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions-version-updates - dependency-name: taiki-e/install-action dependency-version: 2.85.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions-version-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/audit.yml | 2 +- .github/workflows/ci.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index f06ef981..e30bf282 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -8,7 +8,7 @@ jobs: security_audit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions-rs/audit-check@v1 with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd5da0c9..efc89e78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: with: { submodules: 'recursive' } - if: github.event_name != 'release' && github.event_name != 'workflow_dispatch' uses: Swatinem/rust-cache@v2 - - uses: taiki-e/install-action@v2 + - uses: taiki-e/install-action@v2.85.5 with: { tool: 'just,cargo-binstall' } - uses: dtolnay/rust-toolchain@stable with: { toolchain: '1.97.0', components: 'rust-src,rust-docs,rustfmt,clippy' } @@ -37,7 +37,7 @@ jobs: with: { submodules: 'recursive' } - if: github.event_name != 'release' && github.event_name != 'workflow_dispatch' uses: Swatinem/rust-cache@v2 - - uses: taiki-e/install-action@v2 + - uses: taiki-e/install-action@v2.85.5 with: { tool: 'just,cargo-binstall,cargo-minimal-versions,cargo-hack' } - name: Read MSRV id: msrv @@ -59,7 +59,7 @@ jobs: - uses: actions/checkout@v7 with: { submodules: 'recursive' } - uses: Swatinem/rust-cache@v2 - - uses: taiki-e/install-action@v2 + - uses: taiki-e/install-action@v2.85.5 with: { tool: 'just,cargo-llvm-cov' } - uses: dtolnay/rust-toolchain@stable with: { toolchain: '1.97.0', components: 'rust-src,rust-docs,rustfmt,clippy' }