diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 5c8ab558..727f5c0f 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -52,7 +52,7 @@ jobs: echo "$PWD/.venv/bin" >> "$GITHUB_PATH" - name: Check file formatting - uses: astral-sh/ruff-action@57714a7c8a2e59f32539362ba31877a1957dded1 # v3.5.1 + uses: astral-sh/ruff-action@aedff8d295e5eafdfcc21db7dfdce8cab2c55e7b # v3.6.0 with: args: "format --check"