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 9
9
deploy :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
14
14
- name : Setup Node.js 12.x
15
15
uses : actions/setup-node@v1
16
16
with :
17
17
node-version : 12.x
18
18
19
19
- name : Setup Java 11
20
- uses : actions/setup-java@v2
20
+ uses : actions/setup-java@v3
21
21
with :
22
- distribution : ' adopt '
23
- java-version : " 11 "
22
+ distribution : ' temurin '
23
+ java-version : " 17 "
24
24
25
- - uses : actions/cache@v3
25
+ - uses : actions/cache@v4
26
26
with :
27
27
path : ~/.m2/repository
28
28
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 12
12
runs-on : ${{ matrix.os }}
13
13
strategy :
14
14
matrix :
15
- version : ['23.0.1 ']
15
+ version : ['23.0.2 ']
16
16
os : [macos-latest, windows-latest, ubuntu-latest]
17
17
steps :
18
18
- name : Checkout
You can’t perform that action at this time.
0 commit comments