Skip to content

Commit a8cec6e

Browse files
chore(deps): update astral-sh/ruff-action action to v4
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 3ee3c2f commit a8cec6e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ruff-sensors.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 0
24-
- uses: astral-sh/ruff-action@v3
24+
- uses: astral-sh/ruff-action@v4.1.0
2525
with:
2626
args: "--version"
2727
- name: Fetch base branch
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v4
3939
with:
4040
fetch-depth: 0
41-
- uses: astral-sh/ruff-action@v3
41+
- uses: astral-sh/ruff-action@v4.1.0
4242
with:
4343
args: "--version"
4444
- name: Fetch base branch

0 commit comments

Comments
 (0)