mirror of
https://github.com/fjosw/pyerrors.git
synced 2026-08-04 11:31:21 +02:00
[ci] Explicitly bump ruff action version
This commit is contained in:
parent
708c623798
commit
2618a2e1b1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ruff.yml
vendored
2
.github/workflows/ruff.yml
vendored
|
|
@ -10,6 +10,6 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
- uses: astral-sh/ruff-action@v4
|
- uses: astral-sh/ruff-action@v4.1.0
|
||||||
with:
|
with:
|
||||||
src: "./pyerrors"
|
src: "./pyerrors"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue