diff --git a/.github/workflows/fmt.yml b/.github/workflows/fmt.yml index 265ab49..9d45a96 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@31a518504640beb4897d0b9f9e50a2a9196e75ba # v3.0.1 + uses: astral-sh/ruff-action@f14634c415d3e63ffd4d550a22f037df4c734a60 # v3.1.0 with: version: "0.9.1" args: "format --check"