diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ad85145..810695b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: run: flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics --extend-exclude ckan # - name: Ruff Check # run: pip intall ruff && ruff --config pyproject.toml check ##We use an action hook but locally should be this command - - uses: astral-sh/ruff-action@0ce1b0bf8b818ef400413f810f8a11cdbda0034b #v4.0.0 + - uses: astral-sh/ruff-action@278981a28ce3188b1e39527901f38254bf3aac89 #v4.1.0 test: strategy: