Skip to content

Commit fd2b8b6

Browse files
ci(github): bump actions/setup-node from 4 to 6 (#1077)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8610ddc commit fd2b8b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: pnpm/action-setup@v5
2525

2626
- name: Setup Node
27-
uses: actions/setup-node@v4
27+
uses: actions/setup-node@v6
2828
with:
2929
node-version-file: '.nvmrc'
3030
cache: pnpm

0 commit comments

Comments
 (0)