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 1313 os : [ubuntu-latest, windows-latest]
1414 runs-on : ${{ matrix.os }}
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v4
1717 - uses : coursier/cache-action@v5
1818 - uses : actions/setup-java@v4
1919 with :
Original file line number Diff line number Diff line change 1010 build-and-deploy :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414 with :
1515 fetch-depth : 0
1616 - uses : actions/setup-java@v4
Original file line number Diff line number Diff line change 77 publish :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v2
10+ - uses : actions/checkout@v4
1111 with :
1212 # fetches all tags, required to correctly set the version
1313 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments