From d6e3fffb77ea7a30233a9838de228f4c28d11333 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 20:48:24 +0000 Subject: [PATCH] Bump astral-sh/ruff-action from 3.3.0 to 3.4.0 Bumps [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/astral-sh/ruff-action/releases) - [Commits](https://github.com/astral-sh/ruff-action/compare/c6bea5606c33b5d04902374392d9233464b90660...eaf0ecdd668ceea36159ff9d91882c9795d89b49) --- updated-dependencies: - dependency-name: astral-sh/ruff-action dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/fmt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fmt.yml b/.github/workflows/fmt.yml index bd85337d..3236d78b 100644 --- a/.github/workflows/fmt.yml +++ b/.github/workflows/fmt.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Run ruff - uses: astral-sh/ruff-action@c6bea5606c33b5d04902374392d9233464b90660 # v3.3.0 + uses: astral-sh/ruff-action@eaf0ecdd668ceea36159ff9d91882c9795d89b49 # v3.4.0 with: version: "0.9.1" args: "format --check"