Skip to content

Commit 9de36cd

Browse files
committed
Update setup-java GitHub action: v3 -> v4
1 parent a469179 commit 9de36cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-java-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: ./development.sh start:deps
2424

2525
- name: Set up JDK 17
26-
uses: actions/setup-java@v3
26+
uses: actions/setup-java@v4
2727
with:
2828
java-version: "17"
2929
java-package: jdk

0 commit comments

Comments
 (0)