Skip to content

Commit

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

Bump actions/setup-java from 2 to 4
  • Loading branch information
jamezp authored Oct 14, 2024
2 parents a02535d + 641462c commit 0aff698
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 @@ -21,13 +21,13 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
java-version: 8
distribution: 'temurin'
cache: 'maven'
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
Expand Down

0 comments on commit 0aff698

Please sign in to comment.