From 2a98346740b360fb8119215c0fc77fc9385dac96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:58:41 +0000 Subject: [PATCH] chore(deps): bump install-pinned/ruff Bumps [install-pinned/ruff](https://github.com/install-pinned/ruff) from 6b463d795ce39011cc004438ae507ae56235e12a to b52a71f70b28264686d57d1efef1ba845b9cec6c. - [Release notes](https://github.com/install-pinned/ruff/releases) - [Commits](https://github.com/install-pinned/ruff/compare/6b463d795ce39011cc004438ae507ae56235e12a...b52a71f70b28264686d57d1efef1ba845b9cec6c) --- updated-dependencies: - dependency-name: install-pinned/ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/py_autofix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/py_autofix.yml b/.github/workflows/py_autofix.yml index 53d40bb14..c123c1018 100644 --- a/.github/workflows/py_autofix.yml +++ b/.github/workflows/py_autofix.yml @@ -22,7 +22,7 @@ jobs: - "3.10" steps: - uses: actions/checkout@v4 - - uses: install-pinned/ruff@6b463d795ce39011cc004438ae507ae56235e12a + - uses: install-pinned/ruff@b52a71f70b28264686d57d1efef1ba845b9cec6c - run: ruff --fix-only . - run: ruff format .