Skip to content

Commit 47be8d8

Browse files
Update astral-sh/ruff-action action to v3.6.1
1 parent 449c1bf commit 47be8d8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ruff-format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
8-
- uses: astral-sh/ruff-action@aedff8d295e5eafdfcc21db7dfdce8cab2c55e7b # v3.6.0
8+
- uses: astral-sh/ruff-action@4919ec5cf1f49eff0871dbcea0da843445b837e6 # v3.6.1
99
- run: ruff format --diff

.github/workflows/ruff-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
8-
- uses: astral-sh/ruff-action@aedff8d295e5eafdfcc21db7dfdce8cab2c55e7b # v3.6.0
8+
- uses: astral-sh/ruff-action@4919ec5cf1f49eff0871dbcea0da843445b837e6 # v3.6.1

0 commit comments

Comments
 (0)