Skip to content

Commit

Permalink
Merge pull request #1028 from smallrye/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-java-4

Bump actions/setup-java from 3 to 4
  • Loading branch information
Ladicek authored May 27, 2024
2 parents 5109471 + fafdefe commit 7684924
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: ${{ matrix.java }}
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up JDK 11
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
token: ${{secrets.RELEASE_TOKEN}}

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
Expand Down

0 comments on commit 7684924

Please sign in to comment.