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 2121 steps :
2222
2323 - name : Checkout
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525
2626 - name : Set up Zulu JDK 21
2727 uses : actions/setup-java@v4
Original file line number Diff line number Diff line change 1818 name : Integration Tests
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222 with :
2323 ref : ${{ github.event.workflow_run.head_sha }}
2424 repository : ${{ github.event.workflow_run.repository.full_name }}
Original file line number Diff line number Diff line change 1717 name : Gradle Build and Publish
1818 steps :
1919 - name : Checkout repo
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121 - name : Set up Zulu JDK 21
2222 uses : actions/setup-java@v4
2323 with :
You can’t perform that action at this time.
0 commit comments