From a47a089feca114988ea5af6a7a6fccafda5af62e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 18:31:05 +0000 Subject: [PATCH] build(deps):(deps): bump install-pinned/ruff from 826c99bfba88282a5506ab737c92253a106c070e to f5afd2b0fca6556debe3e07025fc90e04fb3c44c (#3977) build(deps):(deps): bump install-pinned/ruff Bumps [install-pinned/ruff](https://github.com/install-pinned/ruff) from 826c99bfba88282a5506ab737c92253a106c070e to f5afd2b0fca6556debe3e07025fc90e04fb3c44c. - [Release notes](https://github.com/install-pinned/ruff/releases) - [Commits](https://github.com/install-pinned/ruff/compare/826c99bfba88282a5506ab737c92253a106c070e...f5afd2b0fca6556debe3e07025fc90e04fb3c44c) --- updated-dependencies: - dependency-name: install-pinned/ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 66284c82c..00573cfae 100644 --- a/.github/workflows/py_autofix.yml +++ b/.github/workflows/py_autofix.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: install-pinned/ruff@826c99bfba88282a5506ab737c92253a106c070e + - uses: install-pinned/ruff@f5afd2b0fca6556debe3e07025fc90e04fb3c44c - run: ruff check --fix-only . - run: ruff format . - uses: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a