Skip to content

Commit 6733771

Browse files
authored
Merge pull request #7 from ebitkov/dependabot/github_actions/actions/setup-node-5
Bump actions/setup-node from 4 to 5
2 parents 459bf24 + 3f8bd95 commit 6733771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ runs:
113113

114114
# Setup Node
115115
- if: ${{ inputs.build-webpack-assets == 'true' }}
116-
uses: actions/setup-node@v4
116+
uses: actions/setup-node@v5
117117

118118
# Install packages and build assets with NPM
119119
- if: ${{ inputs.build-webpack-assets == 'true' }}

0 commit comments

Comments
 (0)