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 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
13+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1414 - name : Set up JDK 17
1515 uses : actions/setup-java@v4
1616 with :
Original file line number Diff line number Diff line change 2424 contents : write
2525 steps :
2626 - name : Checkout repository
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
2828 with :
2929 ref : ${{ github.ref }}
3030 - name : Validate Gradle wrapper
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-24.04
2323 steps :
2424 - name : ' Shared: Checkout repository'
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626 with :
2727 ref : ${{ github.ref }}
2828
You can’t perform that action at this time.
0 commit comments