From fec650a3f6573f6512a8571849cc1b9e1ab9611f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 13:13:48 +0000 Subject: [PATCH] build(deps): Bump autofix-ci/action from 1.3.3 to 1.3.4 Bumps [autofix-ci/action](https://github.com/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: autofix-ci/action dependency-version: 1.3.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/autofix.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autofix.yaml b/.github/workflows/autofix.yaml index a642b43..c69ab71 100644 --- a/.github/workflows/autofix.yaml +++ b/.github/workflows/autofix.yaml @@ -23,6 +23,6 @@ jobs: cargo format - name: Autofix - uses: autofix-ci/action@7a166d7532b277f34e16238930461bf77f9d7ed8 + uses: autofix-ci/action@c5b2d67aa2274e7b5a18224e8171550871fc7e4a with: commit-message: "fix(ci): [autofix.ci] apply automated fixes"