Skip to content

Commit 1cba450

Browse files
committed
Update JavaCI.yml
1 parent 10c21d1 commit 1cba450

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/JavaCI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ jobs:
44
build:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v3
8-
- uses: actions/setup-java@v3
7+
- uses: actions/checkout@v4
8+
- uses: actions/setup-java@v4
99
with:
10-
java-version: "8"
10+
java-version: 8
1111
distribution: adopt
1212
- name: Setup Gradle
1313
uses: gradle/gradle-build-action@v2

0 commit comments

Comments
 (0)