Commit 36aaba3 1 parent d43f1f9 commit 36aaba3 Copy full SHA for 36aaba3
File tree 3 files changed +9
-8
lines changed
3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 62
62
version : ${{ steps.previoustag.outputs.tag }}
63
63
64
64
- name : ' Setup Java'
65
- uses : actions/setup-java@v1
65
+ uses : actions/setup-java@v4
66
66
with :
67
- java-version : 8
67
+ distribution : ' temurin'
68
+ java-version : 11
68
69
69
70
- name : ' Get Current Version Level'
70
71
id : ' version-level'
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
17
17
- uses : actions/setup-node@v2
18
18
with :
19
19
node-version : 12.16.1
20
- - uses : actions/setup-java@v2
20
+ - uses : actions/setup-java@v4
21
21
with :
22
- distribution : ' adopt '
23
- java-version : ' 11 '
22
+ distribution : ' temurin '
23
+ java-version : 11
24
24
- name : Install node.js packages
25
25
run : yarn install
26
26
- name : Package application with Jib
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
- uses : actions/setup-node@v2
16
16
with :
17
17
node-version : 12.16.1
18
- - uses : actions/setup-java@v2
18
+ - uses : actions/setup-java@v4
19
19
with :
20
- distribution : ' adopt '
21
- java-version : ' 11 '
20
+ distribution : ' temurin '
21
+ java-version : 11
22
22
- name : Stop MySQL server
23
23
run : sudo /etc/init.d/mysql stop
24
24
- name : Install node.js packages
You can’t perform that action at this time.
0 commit comments