Skip to content

Commit 8cf5691

Browse files
authored
Merge pull request #59 from lawndoc/renovate/pin-dependencies #none
chore(deps): pin astral-sh/ruff-action action to 57714a7
2 parents b9bc571 + 4fe8fa9 commit 8cf5691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-verify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
36-
- uses: astral-sh/ruff-action@v3
36+
- uses: astral-sh/ruff-action@57714a7c8a2e59f32539362ba31877a1957dded1 # v3.5.1
3737
with:
3838
args: "format --check --diff"
3939
src: ./src

0 commit comments

Comments
 (0)