Skip to content

Commit fc03ba2

Browse files
committed
fixes for github action
1 parent 4ee863b commit fc03ba2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Check out code
13-
uses: actions/checkout@v2
14-
- name: Set up JDK 11
15-
uses: actions/setup-java@v2
13+
uses: actions/checkout@v3.1.0
14+
- name: Set up JDK 17
15+
uses: actions/setup-java@v3.6.0
1616
with:
1717
distribution: adopt
18-
java-version: 11
18+
java-version: 17
1919

2020
# Make gradlew executable https://github.com/actions/starter-workflows/issues/171
2121
- name: Make gradlew executable

0 commit comments

Comments
 (0)