Skip to content

Commit

Permalink
Merge pull request #451 from jboss-logging/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/setup-java-4

Bump actions/setup-java from 3 to 4
  • Loading branch information
jamezp committed Nov 30, 2023
2 parents 3c5b9ed + 4de3f87 commit 528d310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDKs
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
cache: 'maven'
Expand All @@ -45,7 +45,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 11
distribution: 'temurin'
Expand Down

0 comments on commit 528d310

Please sign in to comment.