From 22c69d9dd639ccdfb05c23a5c192818fe0f19cad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 18:12:50 +0000 Subject: [PATCH] chore(deps): bump the actions group across 1 directory with 2 updates Bumps the actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [autofix-ci/action](https://github.com/autofix-ci/action). Updates `actions/checkout` from 4 to 6 - [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/v4...v6) Updates `autofix-ci/action` from 1.3.3 to 1.3.4 - [Release notes](https://github.com/autofix-ci/action/releases) - [Commits](https://github.com/autofix-ci/action/compare/7a166d7532b277f34e16238930461bf77f9d7ed8...c5b2d67aa2274e7b5a18224e8171550871fc7e4a) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: autofix-ci/action dependency-version: 1.3.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/autofix.yml | 2 +- .github/workflows/bounty.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 2e401ea87a..e930b6b25b 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -56,7 +56,7 @@ jobs: - name: Cargo Clippy String Safety run: cargo +nightly clippy --all-features --workspace -- -D clippy::string_slice -D clippy::indexing_slicing - name: Autofix - uses: autofix-ci/action@7a166d7532b277f34e16238930461bf77f9d7ed8 + uses: autofix-ci/action@c5b2d67aa2274e7b5a18224e8171550871fc7e4a concurrency: group: autofix-${{github.ref}} cancel-in-progress: false diff --git a/.github/workflows/bounty.yml b/.github/workflows/bounty.yml index f337b5365c..e41e7c79e3 100644 --- a/.github/workflows/bounty.yml +++ b/.github/workflows/bounty.yml @@ -44,7 +44,7 @@ jobs: issues: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install npm packages run: npm install - name: Sync all bounty labels @@ -57,7 +57,7 @@ jobs: pull-requests: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install npm packages run: npm install - name: Sync bounty labels