File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ${{ matrix.os }}
1212
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v3
1515
1616 - uses : sdkman/sdkman-action@master
1717 with :
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 name : " Run Danger"
99 steps :
10- - uses : actions/checkout@v1
10+ - uses : actions/checkout@v3
1111 - name : Danger
1212 uses : danger/kotlin@master
1313 with :
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v3
1414
1515 - name : Export tag version
1616 run : echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Check out Git repository
13- uses : actions/checkout@v2
13+ uses : actions/checkout@v3
1414 - name : Install Java and Maven
1515 uses : actions/setup-java@v1
1616 with :
You can’t perform that action at this time.
0 commit comments