Skip to content

Commit b5f62c9

Browse files
ci: bump actions/setup-node from 4 to 5 in /.github/actions/setup (#371)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f1aa733 commit b5f62c9

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@v4
15+
uses: actions/setup-node@v5
1616
with:
1717
registry-url: 'https://registry.npmjs.org'
1818
node-version: ${{ inputs.node-version }}

0 commit comments

Comments
 (0)