Skip to content

Commit

Permalink
Merge pull request #374 from smallrye/dependabot/github_actions/stCar…
Browse files Browse the repository at this point in the history
…olas/setup-maven-5

Bump stCarolas/setup-maven from 4.5 to 5
  • Loading branch information
Ladicek authored May 27, 2024
2 parents c4550f4 + dc49abb commit 1273434
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
java-version: ${{ matrix.java }}

- name: Set up Maven
uses: stCarolas/setup-maven@v4.5
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.8.7

Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
java-version: ${{ matrix.java }}

- name: Set up Maven
uses: stCarolas/setup-maven@v4.5
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.8.7

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
gpg-passphrase: 'MAVEN_GPG_PASSPHRASE'

- name: Set up Maven
uses: stCarolas/setup-maven@v4.5
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.8.7

Expand Down

0 comments on commit 1273434

Please sign in to comment.