diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8eceaa3..7e963ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: - name: Shellcheck run: shellcheck --severity=error bin/* ./*.sh - name: Lint and format Python with Ruff - uses: astral-sh/ruff-action@v2 + uses: astral-sh/ruff-action@v3 typo: runs-on: ubuntu-latest