File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
steps :
19
19
- uses : actions/checkout@v3
20
20
- name : Set up SBT
21
- uses : actions/setup-java@v3
21
+ uses : actions/setup-java@v4
22
22
with :
23
23
distribution : ' temurin'
24
24
java-version : ' 17'
34
34
steps :
35
35
- uses : actions/checkout@v3
36
36
- name : Set up SBT
37
- uses : actions/setup-java@v3
37
+ uses : actions/setup-java@v4
38
38
with :
39
39
distribution : ' temurin'
40
40
java-version : ' 17'
@@ -121,7 +121,7 @@ jobs:
121
121
steps :
122
122
- uses : actions/checkout@v3
123
123
- name : Set up SBT
124
- uses : actions/setup-java@v3
124
+ uses : actions/setup-java@v4
125
125
with :
126
126
distribution : ' temurin'
127
127
java-version : ' 17'
Original file line number Diff line number Diff line change 15
15
steps :
16
16
- uses : actions/checkout@v3
17
17
- name : Set up SBT
18
- uses : actions/setup-java@v3
18
+ uses : actions/setup-java@v4
19
19
with :
20
20
distribution : ' temurin'
21
21
java-version : ' 17'
Original file line number Diff line number Diff line change 15
15
restore-keys : |
16
16
${{ runner.os }}-gradle-test-
17
17
- name : Set up JDK 17
18
- uses : actions/setup-java@v1
18
+ uses : actions/setup-java@v4
19
19
with :
20
20
java-version : 17
21
21
- name : Docker login
You can’t perform that action at this time.
0 commit comments