Skip to content

Commit 6cb9490

Browse files
authored
fix(ci): update ruff-action version to v4.0.0
Dependabot seems to have trouble switching to ___immutable releases___ like: * https://github.com/astral-sh/ruff-action/releases/tag/v4.0.0
1 parent b2cde80 commit 6cb9490

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v6
22-
- uses: astral-sh/ruff-action@v3
22+
- uses: astral-sh/ruff-action@v4.0.0
2323
with:
2424
args: "check --select=E,F,PLC,PLE,UP,W,YTT --ignore=E721,PLC0206,PLC0415,PLC1901,S101,UP031 --target-version=py39"
2525
- run: ruff format --check --diff

0 commit comments

Comments
 (0)