Skip to content

Commit e48f6db

Browse files
ci: bump actions/setup-node from 5 to 6 in /.github/actions/setup (#714)
1 parent 6510c77 commit e48f6db

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
@@ -9,7 +9,7 @@ runs:
99
using: "composite"
1010
steps:
1111
- name: Use Node.js ${{ inputs.node-version }}
12-
uses: actions/setup-node@v5
12+
uses: actions/setup-node@v6
1313
with:
1414
registry-url: "https://registry.npmjs.org"
1515
node-version: ${{ inputs.node-version }}

0 commit comments

Comments
 (0)