Skip to content

Commit be3105e

Browse files
committed
Try updating setup-java github action
1 parent 6e2574a commit be3105e

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
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@v3
3131

3232
- name: Setup Java
33-
uses: actions/setup-java@v2
33+
uses: actions/setup-java@v4
3434
with:
3535
distribution: "adopt"
3636
java-version: "11"

0 commit comments

Comments
 (0)