Skip to content

Commit 0e3a839

Browse files
Merge pull request #1280 from sosy-lab/dependabot/github_actions/astral-sh/ruff-action-4.1.0
build(deps): bump astral-sh/ruff-action from 4.0.0 to 4.1.0
2 parents ca459b8 + a868b00 commit 0e3a839

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ruff.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v7
1717
with:
1818
persist-credentials: false
19-
- uses: astral-sh/ruff-action@v4.0.0
19+
- uses: astral-sh/ruff-action@v4.1.0
2020
with:
2121
# keep version consistent with .gitlab-ci.yml
2222
version: "==0.15.*"
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v7
2929
with:
3030
persist-credentials: false
31-
- uses: astral-sh/ruff-action@v4.0.0
31+
- uses: astral-sh/ruff-action@v4.1.0
3232
with:
3333
# keep version consistent with .gitlab-ci.yml
3434
version: "==0.15.*"

0 commit comments

Comments
 (0)