From 8b8a7b92bace73cff227010203da40b015dc3ef1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 14:34:44 +0000 Subject: [PATCH] Bump astral-sh/ruff-action from 3.4.0 to 3.5.1 Bumps [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action) from 3.4.0 to 3.5.1. - [Release notes](https://github.com/astral-sh/ruff-action/releases) - [Commits](https://github.com/astral-sh/ruff-action/compare/eaf0ecdd668ceea36159ff9d91882c9795d89b49...57714a7c8a2e59f32539362ba31877a1957dded1) --- updated-dependencies: - dependency-name: astral-sh/ruff-action dependency-version: 3.5.1 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 3236d78..e2a75cc 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@eaf0ecdd668ceea36159ff9d91882c9795d89b49 # v3.4.0 + uses: astral-sh/ruff-action@57714a7c8a2e59f32539362ba31877a1957dded1 # v3.5.1 with: version: "0.9.1" args: "format --check"