diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba5557a0..5689a176 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: # NOTE: use env to pass the output in order to avoid possible injection attacks FILES: "${{ steps.files.outputs.added_modified }}" - name: Lint and format Python with Ruff - uses: astral-sh/ruff-action@v1 + uses: astral-sh/ruff-action@v2 typo: runs-on: ubuntu-latest