From 3a9802389efe970493967eb953a64b53c9f8b876 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 20:26:45 +0000 Subject: [PATCH] Bump astral-sh/ruff-action from 3.4.0 to 3.5.0 Bumps [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/astral-sh/ruff-action/releases) - [Commits](https://github.com/astral-sh/ruff-action/compare/eaf0ecdd668ceea36159ff9d91882c9795d89b49...0c50076f12c38c3d0115b7b519b54a91cb9cf0ad) --- updated-dependencies: - dependency-name: astral-sh/ruff-action dependency-version: 3.5.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 3236d78..160bbe4 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@0c50076f12c38c3d0115b7b519b54a91cb9cf0ad # v3.5.0 with: version: "0.9.1" args: "format --check"