File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
steps :
29
29
- uses : actions/checkout@v3
30
30
- name : Set up JDK 11
31
- uses : actions/setup-java@v3
31
+ uses : actions/setup-java@v4
32
32
with :
33
33
java-version : 11
34
34
distribution : temurin
Original file line number Diff line number Diff line change 17
17
- name : Checkout
18
18
uses : actions/checkout@v3
19
19
- name : Set up JDK 11
20
- uses : actions/setup-java@v3
20
+ uses : actions/setup-java@v4
21
21
with :
22
22
java-version : 11
23
23
distribution : temurin
Original file line number Diff line number Diff line change 28
28
issue-body : " Please approve or deny the release of opensearch-sdk-java. **VERSION**: ${{ steps.get_data.outputs.version }} **TAG**: ${{ github.ref_name }} **COMMIT**: ${{ github.sha }}"
29
29
exclude-workflow-initiator-as-approver : true
30
30
- name : Set up JDK 11
31
- uses : actions/setup-java@v3
31
+ uses : actions/setup-java@v4
32
32
with :
33
33
java-version : ' 11'
34
34
distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments