We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 940ad0a commit 6b62712Copy full SHA for 6b62712
.github/workflows/pre-commit.yaml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
python-version: ${{inputs.python-version}}
25
- if: inputs.node-version
26
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
+ uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
27
28
node-version: ${{inputs.node-version}}
29
0 commit comments