Skip to content

Commit

Permalink
Merge pull request #41 from OpenLiberty/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-java-4.3.0

Bump actions/setup-java from 4.2.1 to 4.3.0
  • Loading branch information
gjwatts authored Sep 18, 2024
2 parents c07e85e + 231678f commit 284ee0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ jobs:
# Ref: https://docs.gradle.org/current/userguide/upgrading_version_7.html#using_automatic_toolchain_downloading_without_having_a_repository_configured
# Always preload toolchain JDK
- name: Preload JDK ${{ matrix.java-version }}
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
with:
java-version: ${{ matrix.java-version }}
distribution: 'oracle'

# This is the JDK gradle will use since gradle does not always support the -ea version
- name: Set up JDK 17
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
with:
java-version: '17'
distribution: 'oracle'
Expand Down

0 comments on commit 284ee0a

Please sign in to comment.