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-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v3.5.3
14+ uses : actions/checkout@v3.6.0
1515 with :
1616 fetch-depth : 0
1717 - name : Install JDK
Original file line number Diff line number Diff line change 1515 java_version : [ 17 ]
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v3.5.3
18+ uses : actions/checkout@v3.6.0
1919 with :
2020 fetch-depth : 0
2121 submodules : true
7878 java_version : [ 17 ]
7979 steps :
8080 - name : Checkout
81- uses : actions/checkout@v3.5.3
81+ uses : actions/checkout@v3.6.0
8282 with :
8383 fetch-depth : 0
8484 - name : Install JDK ${{ matrix.java_version }}
Original file line number Diff line number Diff line change 66 name : " Validation"
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v3.5.3
9+ - uses : actions/checkout@v3.6.0
1010 - name : set up JDK
1111 uses : actions/setup-java@v3
1212 with :
You can’t perform that action at this time.
0 commit comments