Skip to content

Commit

Permalink
Merge pull request #396 from wildfly/dependabot/github_actions/4.x/ac…
Browse files Browse the repository at this point in the history
…tions/setup-java-4

Bump actions/setup-java from 3 to 4
  • Loading branch information
jamezp authored Nov 30, 2023
2 parents b029f78 + a3ddd54 commit ec0d17d
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 @@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: 'adopt'
Expand All @@ -58,7 +58,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 ec0d17d

Please sign in to comment.