Skip to content

Commit 80c60ad

Browse files
committed
Update GH Actions JDK version
1 parent 662352c commit 80c60ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle_cipr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818

1919
steps:
2020
- uses: actions/checkout@v4
21-
- name: Set up JDK 17
21+
- name: Set up JDK 21
2222
uses: actions/setup-java@v4
2323
with:
2424
distribution: 'temurin'
25-
java-version: '17'
25+
java-version: '21'
2626
- name: Grant execute permission for gradlew
2727
run: chmod +x gradlew
2828
- name: Run cipr task

0 commit comments

Comments
 (0)