File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ jobs:
16
16
runs-on : ubuntu-latest
17
17
if : ${{ github.event_name != 'schedule' }}
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
with :
21
21
fetch-depth : 0
22
22
- uses : coursier/cache-action@v6
23
- - uses : actions/setup-java@v3
23
+ - uses : actions/setup-java@v4
24
24
with :
25
25
distribution : temurin
26
26
java-version : ${{matrix.java}}
@@ -41,11 +41,11 @@ jobs:
41
41
&& contains(github.event.pull_request.body, '[test-rc]')
42
42
)"
43
43
steps :
44
- - uses : actions/checkout@v3
44
+ - uses : actions/checkout@v4
45
45
with :
46
46
fetch-depth : 0
47
47
- uses : coursier/cache-action@v6
48
- - uses : actions/setup-java@v3
48
+ - uses : actions/setup-java@v4
49
49
with :
50
50
distribution : temurin
51
51
java-version : ${{matrix.java}}
Original file line number Diff line number Diff line change 6
6
publish :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v2
9
+ - uses : actions/checkout@v4
10
10
with :
11
11
fetch-depth : 0
12
- - uses : actions/setup-java@v2
12
+ - uses : actions/setup-java@v4
13
13
with :
14
14
distribution : temurin
15
15
java-version : 8
You can’t perform that action at this time.
0 commit comments