File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717 runs-on : ${{ matrix.os }}
1818
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 with :
2222 fetch-depth : 0
2323
3838 check-bin-compat :
3939 runs-on : ubuntu-latest
4040 steps :
41- - uses : actions/checkout@v3
41+ - uses : actions/checkout@v4
4242 with :
4343 fetch-depth : 0
4444
5252 check-formatting :
5353 runs-on : ubuntu-latest
5454 steps :
55- - uses : actions/checkout@v3
55+ - uses : actions/checkout@v4
5656 with :
5757 fetch-depth : 0
5858
7676 LC_MESSAGES : " en_US.UTF-8"
7777 LC_ALL : " en_US.UTF-8"
7878 steps :
79- - uses : actions/checkout@v3
79+ - uses : actions/checkout@v4
8080 - uses : actions/setup-java@v3
8181 with :
8282 distribution : ' temurin'
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414 with :
1515 fetch-depth : 0
1616
You can’t perform that action at this time.
0 commit comments