File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ runs:
25
25
with :
26
26
path : ${{ inputs.plugin-branch }}
27
27
28
- - uses : actions/checkout@v3
28
+ - uses : actions/checkout@v4
29
29
if : ${{ inputs.plugin-branch != 'current_branch' }}
30
30
with :
31
31
repository : opensearch-project/custom-codecs
32
32
ref : ${{ inputs.plugin-branch }}
33
33
path : ${{ inputs.plugin-branch }}
34
34
35
35
- name : Build
36
- uses : gradle/gradle-build-action@v3
36
+ uses : gradle/gradle-build-action@v4
37
37
with :
38
38
cache-disabled : true
39
39
arguments : assemble
Original file line number Diff line number Diff line change 37
37
plugin-branch : ${{ inputs.plugin-next-branch }}
38
38
39
39
- name : Run BWC tests
40
- uses : gradle/gradle-build-action@v3
40
+ uses : gradle/gradle-build-action@v4
41
41
with :
42
42
cache-disabled : true
43
43
arguments : |
Original file line number Diff line number Diff line change 44
44
steps :
45
45
- uses : actions/checkout@v4
46
46
- name : Set up JDK ${{ matrix.java }}
47
- uses : actions/setup-java@v3
47
+ uses : actions/setup-java@v4
48
48
with :
49
49
java-version : ${{ matrix.java }}
50
50
distribution : temurin
Original file line number Diff line number Diff line change 25
25
uses : actions/checkout@v4
26
26
27
27
- name : Build BWC tests
28
- uses : gradle/gradle-build-action@v3
28
+ uses : gradle/gradle-build-action@v4
29
29
with :
30
30
cache-disabled : true
31
31
arguments : |
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
17
17
contents : write
18
18
19
19
steps :
20
- - uses : actions/setup-java@v3
20
+ - uses : actions/setup-java@v4
21
21
with :
22
22
distribution : temurin
23
23
java-version : 21
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
- uses : aws-actions/configure-aws-credentials@v1
26
26
with :
27
27
role-to-assume : ${{ secrets.PUBLISH_SNAPSHOTS_ROLE }}
You can’t perform that action at this time.
0 commit comments