Skip to content

Commit 6b62712

Browse files
authored
chore(deps): update actions/setup-node action to v6.2.0 (#78)
1 parent 940ad0a commit 6b62712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
26+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
2727
with:
2828
node-version: ${{inputs.node-version}}
2929
- if: inputs.node-version

0 commit comments

Comments
 (0)