Skip to content

Commit c4ddb1d

Browse files
chore(deps): bump actions/setup-node from 6.0.0 to 6.1.0 in /.github/actions/setup (#744)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1e4bcf9 commit c4ddb1d

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@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
12+
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
1313
with:
1414
registry-url: 'https://registry.npmjs.org'
1515
node-version: ${{ inputs.node-version }}

0 commit comments

Comments
 (0)