Skip to content

Commit fe4824c

Browse files
chore(deps): update actions/setup-node action to v5
1 parent ed738ba commit fe4824c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions/setup/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inputs:
99
runs:
1010
using: composite
1111
steps:
12-
- uses: actions/setup-node@v4.4.0
12+
- uses: actions/setup-node@v5.0.0
1313
with:
1414
check-latest: true
1515
node-version: ${{ inputs.nodeVersion }}

0 commit comments

Comments
 (0)