Skip to content

Commit

Permalink
Merge pull request #3 from appiepollo14/renovate/actions-setup-node-4.x
Browse files Browse the repository at this point in the history
Update actions/setup-node action to v4
  • Loading branch information
appiepollo14 authored Nov 13, 2023
2 parents 80ac05b + eb5e899 commit 62ed1cf
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 @@ -25,7 +25,7 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Set up node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
- name: Build with Maven
Expand Down

0 comments on commit 62ed1cf

Please sign in to comment.