File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-22.04
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v4.1.4
14+ uses : actions/checkout@v5
1515 with :
1616 fetch-depth : 0
1717 - name : Install JDK
Original file line number Diff line number Diff line change 2525 java_version : [ 17 ]
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@v4.1.4
28+ uses : actions/checkout@v5
2929 with :
3030 fetch-depth : 0
3131 submodules : true
@@ -104,7 +104,7 @@ jobs:
104104 java_version : [ 17 ]
105105 steps :
106106 - name : Checkout
107- uses : actions/checkout@v4.1.4
107+ uses : actions/checkout@v5
108108 with :
109109 fetch-depth : 0
110110 - name : Install JDK ${{ matrix.java_version }}
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 - name : Install JDK
1414 uses : actions/setup-java@v5
1515 with :
You can’t perform that action at this time.
0 commit comments