Skip to content

Commit

Permalink
Bump setup-java to 3.6.0 and setup-maven to 4.5 (#5)
Browse files Browse the repository at this point in the history
New version of setup-maven upgrades from deprecated Node.js 12
  • Loading branch information
jonhakr authored Oct 28, 2022
1 parent 5e72682 commit fa19ba4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ runs:
steps:
- name: Setup java
if: ${{ inputs.cache }}
uses: actions/setup-java@v3.5.0
uses: actions/setup-java@v3.6.0
with:
distribution: ${{ inputs.distribution }}
overwrite-settings: ${{ inputs.overwrite-settings }}
java-version: ${{ inputs.java-version }}
cache: ${{ inputs.cache == 'true' && 'maven' || '' }}

- name: Set up Maven
uses: stCarolas/setup-maven@v4.4
uses: stCarolas/setup-maven@v4.5
with:
maven-version: ${{ inputs.maven-version }}

0 comments on commit fa19ba4

Please sign in to comment.