File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 build :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - name : Set up JDK 17
1818 uses : actions/setup-java@v4
1919 with :
2828 lint :
2929 runs-on : ubuntu-latest
3030 steps :
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v5
3232 - name : Set up JDK 17
3333 uses : actions/setup-java@v4
3434 with :
4343 test :
4444 runs-on : ubuntu-latest
4545 steps :
46- - uses : actions/checkout@v4
46+ - uses : actions/checkout@v5
4747 - name : Set up JDK 17
4848 uses : actions/setup-java@v4
4949 with :
5858 verification :
5959 runs-on : ubuntu-latest
6060 steps :
61- - uses : actions/checkout@v4
61+ - uses : actions/checkout@v5
6262 - name : Set up JDK 17
6363 uses : actions/setup-java@v4
6464 with :
You can’t perform that action at this time.
0 commit comments