File tree 2 files changed +12
-14
lines changed
2 files changed +12
-14
lines changed Original file line number Diff line number Diff line change @@ -16,18 +16,17 @@ jobs:
16
16
17
17
# job steps
18
18
steps :
19
+ - name : Set up JDK 17
20
+ uses : actions/setup-java@v4
21
+ with :
22
+ distribution : ' temurin'
23
+ java-version : ' 17'
24
+
19
25
# Prepare source code
20
26
# https://github.com/marketplace/actions/checkout
21
27
- name : Clone repo
22
28
uses : actions/checkout@v2
23
29
24
- # Setup of environment
25
- - name : Set up JDK 11
26
- uses : actions/setup-java@v2
27
- with :
28
- distribution : ' temurin'
29
- java-version : ' 11'
30
-
31
30
# Base64 decodes and pipes the GPG key content into the secret file
32
31
- name : Prepare environment
33
32
env :
Original file line number Diff line number Diff line change @@ -16,18 +16,17 @@ jobs:
16
16
17
17
# job steps
18
18
steps :
19
+ - name : Set up JDK 17
20
+ uses : actions/setup-java@v4
21
+ with :
22
+ distribution : ' temurin'
23
+ java-version : ' 17'
24
+
19
25
# Prepare source code
20
26
# https://github.com/marketplace/actions/checkout
21
27
- name : Clone repo
22
28
uses : actions/checkout@v2
23
29
24
- # Setup of environment
25
- - name : Set up JDK 11
26
- uses : actions/setup-java@v2
27
- with :
28
- distribution : ' temurin'
29
- java-version : ' 11'
30
-
31
30
# Base64 decodes and pipes the GPG key content into the secret file
32
31
- name : Prepare environment
33
32
env :
You can’t perform that action at this time.
0 commit comments