File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 18
18
contents : read
19
19
packages : read
20
20
steps :
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v5
22
22
23
23
- uses : elastic/oblt-actions/elastic/validate-catalog@v1
24
24
Original file line number Diff line number Diff line change 38
38
runs-on : ubuntu-latest
39
39
steps :
40
40
- name : Checkout
41
- uses : actions/checkout@v4
41
+ uses : actions/checkout@v5
42
42
with :
43
43
fetch-depth : 0
44
44
- name : Validate tag does not exist on current commit
66
66
repositories : >-
67
67
["ecs-logging-java"]
68
68
69
- - uses : actions/checkout@v4
69
+ - uses : actions/checkout@v5
70
70
with :
71
71
ref : ${{ inputs.ref }}
72
72
token : ${{ steps.get_token.outputs.token }}
Original file line number Diff line number Diff line change 39
39
runs-on : ubuntu-latest
40
40
steps :
41
41
- name : Checkout
42
- uses : actions/checkout@v4
42
+ uses : actions/checkout@v5
43
43
with :
44
44
ref : ${{ inputs.ref }}
45
45
fetch-depth : 0
@@ -138,7 +138,7 @@ jobs:
138
138
permissions :
139
139
contents : write
140
140
steps :
141
- - uses : actions/checkout@v4
141
+ - uses : actions/checkout@v5
142
142
with :
143
143
ref : ${{ inputs.ref }}
144
144
Original file line number Diff line number Diff line change 21
21
outputs :
22
22
is-snapshot : ${{ steps.validate.outputs.is-snapshot }}
23
23
steps :
24
- - uses : actions/checkout@v4
24
+ - uses : actions/checkout@v5
25
25
- name : Validate version is a snapshot version
26
26
id : validate
27
27
run : |
Original file line number Diff line number Diff line change 30
30
- ' compile javadoc:javadoc'
31
31
fail-fast : false
32
32
steps :
33
- - uses : actions/checkout@v4
33
+ - uses : actions/checkout@v5
34
34
- uses : ./.github/workflows/maven-goal
35
35
with :
36
36
command : ./mvnw ${{ matrix.goal }}
Original file line number Diff line number Diff line change 15
15
contents : read
16
16
packages : read
17
17
steps :
18
- - uses : actions/checkout@v4
18
+ - uses : actions/checkout@v5
19
19
20
20
- name : Get token
21
21
id : get_token
You can’t perform that action at this time.
0 commit comments