From a8dba4f36f62cc236f27b541f92b33ff6e93b8c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 22:33:13 +0000 Subject: [PATCH] build(deps): bump the actions group across 1 directory with 3 updates Bumps the actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [autofix-ci/action](https://github.com/autofix-ci/action) and [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter). Updates `actions/checkout` from 5 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/v5...v6) Updates `autofix-ci/action` from 1.3.2 to 1.3.3 - [Release notes](https://github.com/autofix-ci/action/releases) - [Commits](https://github.com/autofix-ci/action/compare/635ffb0c9798bd160680f18fd73371e355b85f27...7a166d7532b277f34e16238930461bf77f9d7ed8) Updates `release-drafter/release-drafter` from 6 to 7 - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](https://github.com/release-drafter/release-drafter/compare/v6...v7) --- 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.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: release-drafter/release-drafter dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/autofix.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/release-drafter.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 89acf91e2..082ad8d4b 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -54,7 +54,7 @@ jobs: - name: Cargo Clippy run: cargo +nightly clippy --all-features --all-targets --workspace --fix --allow-dirty -- -D warnings - name: Autofix - uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 + uses: autofix-ci/action@7a166d7532b277f34e16238930461bf77f9d7ed8 concurrency: group: autofix-${{github.ref}} cancel-in-progress: false diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb0ea4afe..924551ca2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: contents: read steps: - name: Checkout Code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Protobuf Compiler uses: arduino/setup-protoc@v3 with: @@ -69,7 +69,7 @@ jobs: uses: actions/checkout@v6 - id: create_release name: Draft Release - uses: release-drafter/release-drafter@v6 + uses: release-drafter/release-drafter@v7 with: config-name: release-drafter.yml env: diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index fdca9943d..31d4ef426 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Release Drafter - uses: release-drafter/release-drafter@v6 + uses: release-drafter/release-drafter@v7 with: config-name: release-drafter.yml env: