Skip to content

Commit

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

Bump actions/setup-java from 4.3.0 to 4.5.0
  • Loading branch information
gjwatts authored Nov 4, 2024
2 parents 284ee0a + 9d001a2 commit b82d322
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@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.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@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
with:
java-version: '17'
distribution: 'oracle'
Expand Down

0 comments on commit b82d322

Please sign in to comment.