File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
os : [ ubuntu-latest ]
19
19
runs-on : ${{ matrix.os }}
20
20
steps :
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v5
22
22
- name : Set up JDK
23
23
uses : actions/setup-java@v5
24
24
with :
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Check out source code
11
- uses : actions/checkout@v4
11
+ uses : actions/checkout@v5
12
12
# Setup metadata based on the commit/tag that will be used for tagging the image
13
13
- name : Setup Docker meta
14
14
id : meta
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Check out source code
11
- uses : actions/checkout@v4
11
+ uses : actions/checkout@v5
12
12
# Setup metadata based on the commit/tag that will be used for tagging the image
13
13
# Only build and publish a commit based tag
14
14
- name : Setup Docker meta
Original file line number Diff line number Diff line change 17
17
packages : write
18
18
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@v5
21
21
- name : Set up JDK
22
22
uses : actions/setup-java@v5
23
23
with :
Original file line number Diff line number Diff line change 29
29
runs-on : ${{ matrix.os }}
30
30
31
31
steps :
32
- - uses : actions/checkout@v4
32
+ - uses : actions/checkout@v5
33
33
- name : Set up JDK
34
34
uses : actions/setup-java@v5
35
35
with :
You can’t perform that action at this time.
0 commit comments