Skip to content

Commit be02dc9

Browse files
daveisferamauricioabreu
authored andcommitted
Switch ruff action to run the latest version of v1
1 parent 027d1ae commit be02dc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ruff.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11-
- uses: astral-sh/ruff-action@v1.1.0
11+
- uses: astral-sh/ruff-action@v1
1212

1313
ruff_format:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
17-
- uses: astral-sh/ruff-action@v1.1.0
17+
- uses: astral-sh/ruff-action@v1
1818
with:
1919
args: format --check --diff

0 commit comments

Comments
 (0)