From bd39c7b96fd74f0ff83d69acf93898dbcdce9310 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 07:44:33 -0500 Subject: [PATCH] Bump install-pinned/ruff from f8793aa7caf0b3196d6ed1370aea45f3c06304a3 to f91b0bd5d5680f7ecf60fcd37860121a4b6dadf5 in the github-actions group (#6890) Bump install-pinned/ruff in the github-actions group Bumps the github-actions group with 1 update: [install-pinned/ruff](https://github.com/install-pinned/ruff). Updates `install-pinned/ruff` from f8793aa7caf0b3196d6ed1370aea45f3c06304a3 to f91b0bd5d5680f7ecf60fcd37860121a4b6dadf5 - [Release notes](https://github.com/install-pinned/ruff/releases) - [Commits](https://github.com/install-pinned/ruff/compare/f8793aa7caf0b3196d6ed1370aea45f3c06304a3...f91b0bd5d5680f7ecf60fcd37860121a4b6dadf5) --- updated-dependencies: - dependency-name: install-pinned/ruff dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/autofix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 2163ee33e..e018b813b 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: install-pinned/ruff@f8793aa7caf0b3196d6ed1370aea45f3c06304a3 + - uses: install-pinned/ruff@f91b0bd5d5680f7ecf60fcd37860121a4b6dadf5 - run: ruff --fix-only . - run: ruff format .