Skip to content

Commit c833b4e

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/conventional-commits.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
1313
with:
1414
fetch-depth: ${{ env.fetch_depth }}
15-
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
15+
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
1616
- run: npm install -g @commitlint/cli @commitlint/config-conventional
1717
- run: npx commitlint --from "$from" --to "$to" --verbose -x "$extends"
1818
env:

.github/workflows/publish-extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
working-directory: extension
1717
steps:
1818
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
19-
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
19+
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
2020
with:
2121
node-version: 18.20.8
2222
- run: npm ci

0 commit comments

Comments
 (0)