We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 034ef8a commit 8263809Copy full SHA for 8263809
.github/workflows/ci-cd.yml
@@ -52,7 +52,7 @@ jobs:
52
echo "$PWD/.venv/bin" >> "$GITHUB_PATH"
53
54
- name: Check file formatting
55
- uses: astral-sh/ruff-action@57714a7c8a2e59f32539362ba31877a1957dded1 # v3.5.1
+ uses: astral-sh/ruff-action@aedff8d295e5eafdfcc21db7dfdce8cab2c55e7b # v3.6.0
56
with:
57
args: "format --check"
58
0 commit comments