Skip to content

Commit f3d5705

Browse files
authored
Merge pull request #25 from nicholasM95/renovate/actions-setup-node-5.x
chore(deps): update actions/setup-node action to v5
2 parents 30dd290 + 9072ca3 commit f3d5705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
cache: 'maven'
3434

3535
- name: Setup Node.js environment
36-
uses: actions/setup-node@v4.4.0
36+
uses: actions/setup-node@v5.0.0
3737
with:
3838
node-version: 22
3939

0 commit comments

Comments
 (0)