Skip to content

Commit

Permalink
Fix setup-maven action name
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Féo <[email protected]>
  • Loading branch information
gabrielfeo authored Dec 19, 2024
1 parent 5b77711 commit ba4916a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
java-version: '17'
distribution: 'temurin'
- name: Set up Maven
uses: gradle/develocity-actions/maven-[email protected]
uses: gradle/develocity-actions/setup-maven@v1.3
with:
develocity-access-key: ${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}
- name: Setup Node.js and Npm
Expand Down

0 comments on commit ba4916a

Please sign in to comment.