File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout Repository
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414
1515 - name : Setup JDK 11
1616 uses : actions/setup-java@v4
2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : Checkout Repository
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929
3030 - name : Setup JDK 17
3131 uses : actions/setup-java@v4
Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Checkout repository
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
2828 with :
2929 ref : ${{ inputs.ref }}
3030
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout Repository
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626 with :
2727 token : ${{ secrets.GITHUB_TOKEN }}
2828
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout repository
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616 with :
1717 ref : ${{ inputs.branch }}
1818
You can’t perform that action at this time.
0 commit comments