File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
steps :
17
17
18
18
- name : Checkout
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@v5
20
20
21
21
- name : Set up Zulu JDK 17
22
22
uses : actions/setup-java@v4
Original file line number Diff line number Diff line change 18
18
name : Integration Tests
19
19
steps :
20
20
- name : Checkout
21
- uses : actions/checkout@v4
21
+ uses : actions/checkout@v5
22
22
with :
23
23
ref : ${{ github.event.workflow_run.head_sha }}
24
24
repository : ${{ github.event.workflow_run.repository.full_name }}
Original file line number Diff line number Diff line change 17
17
name : Gradle Build and Publish
18
18
steps :
19
19
- name : Checkout repo
20
- uses : actions/checkout@v4
20
+ uses : actions/checkout@v5
21
21
- name : Set up Zulu JDK 17
22
22
uses : actions/setup-java@v4
23
23
with :
You can’t perform that action at this time.
0 commit comments