From 9a100cdbf014255ba054df451b8e63c503be400c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 05:56:05 +0000 Subject: [PATCH] Bump autofix-ci/action 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 551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef to 635ffb0c9798bd160680f18fd73371e355b85f27 - [Release notes](https://github.com/autofix-ci/action/releases) - [Commits](https://github.com/autofix-ci/action/compare/551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef...635ffb0c9798bd160680f18fd73371e355b85f27) --- updated-dependencies: - dependency-name: autofix-ci/action dependency-version: 635ffb0c9798bd160680f18fd73371e355b85f27 dependency-type: direct:production 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 77532d3..27cabf5 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@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef + - uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 if: failure()