Skip to content

Commit d1bc3bc

Browse files
chore(deps): update actions/setup-node action to v6
1 parent fb477f7 commit d1bc3bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
token: ${{ steps.bot_token.outputs.token || secrets.PAT || secrets.GITHUB_TOKEN }}
4444

4545
- name: Setup Node.js
46-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
46+
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
4747
with:
4848
node-version: lts/*
4949

0 commit comments

Comments
 (0)