We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cdf4fa commit c41cae2Copy full SHA for c41cae2
.github/workflows/lefthook.yaml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
activate-environment: true
23
- name: Install Node.js
24
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
+ uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
25
if: inputs.node-version
26
27
node-version: ${{inputs.node-version}}
.github/workflows/pre-commit.yaml
@@ -23,7 +23,7 @@ jobs:
python-version: ${{inputs.python-version}}
- if: inputs.node-version
28
29
0 commit comments