Skip to content

Commit

Permalink
Merge pull request #425 from wildfly/dependabot/github_actions/4.2/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 committed Nov 30, 2023
2 parents 772dfb9 + 201a21d commit c1f769f
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 @@ -34,7 +34,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 All @@ -56,7 +56,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 }}
cache: 'maven'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/legacy-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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 }}
cache: 'maven'
Expand Down

0 comments on commit c1f769f

Please sign in to comment.