Skip to content

Commit 9f7d73b

Browse files
authored
Merge pull request #20 from OpenLiberty/dependabot/github_actions/actions/setup-java-4.5.0
Bump actions/setup-java from 4.3.0 to 4.5.0
2 parents 07f2bcd + 8214067 commit 9f7d73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2626
- name: Set up JDK 21
27-
uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
27+
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
2828
with:
2929
java-version: 21
3030
distribution: 'temurin'

0 commit comments

Comments
 (0)