File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 test :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v3
1313 - name : Set up JDK
1414 uses : actions/setup-java@v2
1515 with :
Original file line number Diff line number Diff line change 2020 GITHUB_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
2121 PRERELEASE : " ${{ github.event.inputs.prerelease }}"
2222 steps :
23- - uses : actions/checkout@v2
23+ - uses : actions/checkout@v3
2424 with :
2525 fetch-depth : 0
2626 - name : Set up JDK
Original file line number Diff line number Diff line change 1111 test :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v3
1515 - name : Set up JDK
1616 uses : actions/setup-java@v2
1717 with :
2626 GITHUB_USER : " gocd-contrib"
2727 GITHUB_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
2828 steps :
29- - uses : actions/checkout@v2
29+ - uses : actions/checkout@v3
3030 with :
3131 fetch-depth : 0
3232 - name : Set up JDK
You can’t perform that action at this time.
0 commit comments