We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b8894c commit ffe53e4Copy full SHA for ffe53e4
.github/workflows/pull-request.yml
@@ -48,7 +48,7 @@ jobs:
48
poetry run flake8 . --ignore=E501,W503
49
50
- name: Lint with ruff
51
- uses: astral-sh/ruff-action@57714a7c8a2e59f32539362ba31877a1957dded1 # v3.5.1
+ uses: astral-sh/ruff-action@4919ec5cf1f49eff0871dbcea0da843445b837e6 # v3.6.1
52
53
- name: Checking format with black
54
run: |
0 commit comments