Skip to content

Commit 512dae7

Browse files
chore(deps): bump actions/setup-node from 6.1.0 to 6.2.0 in /.github/actions/setup (#753)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 04d724d commit 512dae7

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

0 commit comments

Comments
 (0)