From eede985ff1a3780a32e578ab746ea9016763d228 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 05:43:20 +0000 Subject: [PATCH] Bump autofix-ci/action from 1.3.3 to 1.3.4 in the actions group Bumps the actions group with 1 update: [autofix-ci/action](https://github.com/autofix-ci/action). 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: 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/outdated.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/outdated.yml b/.github/workflows/outdated.yml index fa9f0f3..34eae28 100644 --- a/.github/workflows/outdated.yml +++ b/.github/workflows/outdated.yml @@ -20,5 +20,5 @@ jobs: python-version: "3.12" - run: pip install packaging requests pyyaml - run: python tests/test_outdated.py # can update the file in place - - uses: autofix-ci/action@7a166d7532b277f34e16238930461bf77f9d7ed8 + - uses: autofix-ci/action@c5b2d67aa2274e7b5a18224e8171550871fc7e4a if: failure()