From 751edcf5dc0be600f474000c30f856f1b3dce5bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 04:42:58 -0700 Subject: [PATCH] build(deps):(deps): bump install-pinned/ruff from 48a5818c5f7ce30e2822b67fb9c26d3e25d31fab to 826c99bfba88282a5506ab737c92253a106c070e (#3645) build(deps):(deps): bump install-pinned/ruff Bumps [install-pinned/ruff](https://github.com/install-pinned/ruff) from 48a5818c5f7ce30e2822b67fb9c26d3e25d31fab to 826c99bfba88282a5506ab737c92253a106c070e. - [Release notes](https://github.com/install-pinned/ruff/releases) - [Commits](https://github.com/install-pinned/ruff/compare/48a5818c5f7ce30e2822b67fb9c26d3e25d31fab...826c99bfba88282a5506ab737c92253a106c070e) --- 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 eabed5afb..b87c2bfb4 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@48a5818c5f7ce30e2822b67fb9c26d3e25d31fab + - uses: install-pinned/ruff@826c99bfba88282a5506ab737c92253a106c070e - run: ruff check --fix-only . - run: ruff format . - uses: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a