Skip to content

Commit ae3cf2a

Browse files
⬆️ Bump actions/setup-node (#3723)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ba0b578 commit ae3cf2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-node/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Setup Node
44
runs:
55
using: "composite"
66
steps:
7-
- uses: actions/setup-node@v5
7+
- uses: actions/setup-node@v6
88
with:
99
node-version: lts/*
1010
cache: yarn

0 commit comments

Comments
 (0)