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 2929 os : [ubuntu-latest, windows-latest, macos-latest]
3030 java : [15]
3131 steps :
32- - uses : actions/checkout@v2
32+ - uses : actions/checkout@v3
3333 - name : Set up JDK ${{ matrix.java }}
3434 uses : actions/setup-java@v2
3535 with :
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout the latest code
12- uses : actions/checkout@v2
12+ uses : actions/checkout@v3
1313 with :
1414 token : ${{ secrets.GITHUB_TOKEN }}
1515 fetch-depth : 0 # otherwise, you will fail to push refs to dest repo
Original file line number Diff line number Diff line change 1010 environment :
1111 name : release
1212 steps :
13- - uses : actions/checkout@v2.3.4
13+ - uses : actions/checkout@v3
1414
1515 - name : " Get tag name"
1616 id : tag
@@ -109,7 +109,7 @@ jobs:
109109 environment :
110110 name : release
111111 steps :
112- - uses : actions/checkout@v2.3.4
112+ - uses : actions/checkout@v3
113113 with :
114114 ref : develop
115115 token : ${{ secrets.WEBGOAT_DEPLOYER_TOKEN }}
You can’t perform that action at this time.
0 commit comments