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 35
35
mongo --eval "db.version()"
36
36
37
37
- name : Setup Java
38
- uses : actions/setup-java@v3
38
+ uses : actions/setup-java@v4
39
39
with :
40
40
distribution : ${{ env.JAVA_DISTRIBUTION }}
41
41
java-version : ${{ env.JAVA_VERSION }}
Original file line number Diff line number Diff line change 19
19
uses : actions/checkout@v4
20
20
21
21
- name : Setup Java
22
- uses : actions/setup-java@v3
22
+ uses : actions/setup-java@v4
23
23
with :
24
24
distribution : ${{ env.JAVA_DISTRIBUTION }}
25
25
java-version : ${{ env.JAVA_VERSION }}
46
46
uses : actions/checkout@v4
47
47
48
48
- name : Setup Java
49
- uses : actions/setup-java@v3
49
+ uses : actions/setup-java@v4
50
50
with :
51
51
distribution : ${{ env.JAVA_DISTRIBUTION }}
52
52
java-version : ${{ env.JAVA_VERSION }}
73
73
uses : actions/checkout@v4
74
74
75
75
- name : Setup Java
76
- uses : actions/setup-java@v3
76
+ uses : actions/setup-java@v4
77
77
with :
78
78
distribution : ${{ env.JAVA_DISTRIBUTION }}
79
79
java-version : ${{ env.JAVA_VERSION }}
Original file line number Diff line number Diff line change 26
26
uses : actions/checkout@v4
27
27
28
28
- name : Setup Java
29
- uses : actions/setup-java@v3
29
+ uses : actions/setup-java@v4
30
30
with :
31
31
distribution : ${{ env.JAVA_DISTRIBUTION }}
32
32
java-version : ${{ env.JAVA_VERSION }}
You can’t perform that action at this time.
0 commit comments