Skip to content

Commit

Permalink
chore(deps): update s4u/setup-maven-action action to v1.10.0
Browse files Browse the repository at this point in the history
| datasource  | package                | from   | to      |
| ----------- | ---------------------- | ------ | ------- |
| github-tags | s4u/setup-maven-action | v1.9.0 | v1.10.0 |
  • Loading branch information
renovate[bot] authored Sep 23, 2023
1 parent b9db0fc commit 075e9e3
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 @@ -240,7 +240,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.9.0
uses: s4u/setup-maven-action@v1.10.0
with:
java-version: ${{ inputs.java-version }}
java-distribution: ${{ inputs.java-distribution }}
Expand Down

0 comments on commit 075e9e3

Please sign in to comment.