We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59645a5 commit 0515762Copy full SHA for 0515762
action.yaml
@@ -33,6 +33,6 @@ runs:
33
cache: ${{ inputs.cache == 'true' && 'maven' || '' }}
34
35
- name: Set up Maven
36
- uses: stCarolas/setup-maven@v4.5
+ uses: stCarolas/setup-maven@v5
37
with:
38
maven-version: ${{ inputs.maven-version }}
0 commit comments