Skip to content

Commit c41cae2

Browse files
authored
chore(deps): update actions/setup-node action to v6.3.0 (#98)
1 parent 7cdf4fa commit c41cae2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lefthook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
activate-environment: true
2323
- name: Install Node.js
24-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
24+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
2525
if: inputs.node-version
2626
with:
2727
node-version: ${{inputs.node-version}}

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
python-version: ${{inputs.python-version}}
2525
- if: inputs.node-version
26-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
26+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
2727
with:
2828
node-version: ${{inputs.node-version}}
2929
- if: inputs.node-version

0 commit comments

Comments
 (0)