File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 options : --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
2222
2323 steps :
24- - uses : actions/checkout@v3
24+ - uses : actions/checkout@v4
2525 - name : Set up Java ${{ matrix.Java }}
2626 uses : actions/setup-java@v3
2727 with :
Original file line number Diff line number Diff line change 55 license-check :
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v3
8+ - uses : actions/checkout@v4
99 with :
1010 fetch-depth : 0
1111
2121 pmd :
2222 runs-on : ' ubuntu-latest'
2323 steps :
24- - uses : actions/checkout@v3
24+ - uses : actions/checkout@v4
2525 - uses : actions/setup-java@v3
2626 with :
2727 distribution : ' temurin'
3838 checkstyle :
3939 runs-on : ' ubuntu-latest'
4040 steps :
41- - uses : actions/checkout@v3
41+ - uses : actions/checkout@v4
4242 - uses : actions/setup-java@v3
4343 with :
4444 distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments