Skip to content

Commit

Permalink
Merge pull request #147 from daniel-frak/renovate/actions-setup-node-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/setup-node action to v4
  • Loading branch information
daniel-frak authored May 29, 2024
2 parents b245fa3 + 47b3cdf commit 24f1607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
&& ./wait-until "curl -sLf -o /dev/null http://localhost:8024/realms/master" 300
- name: Install node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.x

Expand Down

0 comments on commit 24f1607

Please sign in to comment.