Skip to content

Commit fc6aca5

Browse files
⬆️ Bump actions/setup-node (#3667)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8f62306 commit fc6aca5

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@v4
7+
- uses: actions/setup-node@v5
88
with:
99
node-version: "18"
1010
cache: "yarn"

0 commit comments

Comments
 (0)