Skip to content

Commit 8d213cd

Browse files
authored
fix(ci): update ruff github aactio to v4.0.0 (#348)
Like: * nodejs/node-gyp#3324 Dependabot seems to have trouble switching to ___immutable releases___ like: * https://github.com/astral-sh/ruff-action/releases/tag/v4.0.0
1 parent 1421497 commit 8d213cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v6
1414
- name: Lint with ruff # See pyproject.toml for settings
15-
uses: astral-sh/ruff-action@v3
15+
uses: astral-sh/ruff-action@v4.0.0
1616
- run: ruff format --check --diff
1717
- uses: wagoid/commitlint-github-action@v6
1818

0 commit comments

Comments
 (0)