Skip to content

Commit

Permalink
chore(deps): update s4u/setup-maven-action action to v1.14.0
Browse files Browse the repository at this point in the history
| datasource  | package                | from    | to      |
| ----------- | ---------------------- | ------- | ------- |
| github-tags | s4u/setup-maven-action | v1.13.0 | v1.14.0 |
  • Loading branch information
renovate[bot] committed Jun 29, 2024
1 parent ec6d910 commit 40a4ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common-tooling/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ runs:
# Setup Maven
- name: Setup Maven Action
if: ${{ inputs.java-enabled == 'true' && ( env.java_missing == 'true' || inputs.overwrite == 'true' ) }}
uses: s4u/setup-maven-action@v1.13.0
uses: s4u/setup-maven-action@v1.14.0
with:
java-version: ${{ inputs.java-version }}
java-distribution: ${{ inputs.java-distribution }}
Expand Down

0 comments on commit 40a4ed3

Please sign in to comment.