Skip to content

Commit

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

Bump actions/setup-java from 3 to 4
  • Loading branch information
jamezp authored Nov 29, 2023
2 parents 46c3911 + 135e3d3 commit 6386d49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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: 'temurin'
Expand All @@ -49,7 +49,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'temurin'
Expand Down

0 comments on commit 6386d49

Please sign in to comment.