Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit f446cb9

Browse files
committed
Update actions/setup-java action to v4
1 parent fc7ad70 commit f446cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Set up JDK 17
5151
if: '!env.TAG_ALREADY_EXISTS'
52-
uses: actions/setup-java@v3
52+
uses: actions/setup-java@v4
5353
with:
5454
distribution: corretto
5555
java-version: 17

0 commit comments

Comments
 (0)