Skip to content

Commit d705c66

Browse files
ci: Bump actions/setup-node from 5 to 6 in /.github/actions/setup (#394)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9f69744 commit d705c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
uses: pnpm/[email protected]
1313

1414
- name: Use Node.js ${{ inputs.node-version }}
15-
uses: actions/setup-node@v5
15+
uses: actions/setup-node@v6
1616
with:
1717
registry-url: 'https://registry.npmjs.org'
1818
node-version: ${{ inputs.node-version }}

0 commit comments

Comments
 (0)