Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit ec3b8f9

Browse files
committed
Update actions/setup-java action to v4
1 parent e08b682 commit ec3b8f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
# ...
1212
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1313
- name: Set up JDK 17
14-
uses: actions/setup-java@v3
14+
uses: actions/setup-java@v4
1515
with:
1616
java-version: 17
1717
distribution: 'adopt'

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
# ...
1515
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1616
- name: Set up JDK 17
17-
uses: actions/setup-java@v3
17+
uses: actions/setup-java@v4
1818
with:
1919
java-version: 17
2020
distribution: 'adopt'

0 commit comments

Comments
 (0)