File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 os : [ ubuntu-latest ]
3434 steps :
3535 - name : Checkout
36- uses : actions/checkout@v5
36+ uses : actions/checkout@v6
3737 with :
3838 fetch-depth : 0
3939 - name : Set up JDK
6161 - env-job
6262 steps :
6363 - name : Checkout
64- uses : actions/checkout@v5
64+ uses : actions/checkout@v6
6565 with :
6666 fetch-depth : 0
6767 - name : Install JDK
9797 sudo adduser $USER kvm
9898 sudo chown -R $USER /dev/kvm
9999 id
100- - uses : actions/checkout@v5
100+ - uses : actions/checkout@v6
101101 with :
102102 fetch-depth : 0
103103 submodules : true
Original file line number Diff line number Diff line change 1414 os : [ ubuntu-latest ]
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v5
17+ uses : actions/checkout@v6
1818 with :
1919 fetch-depth : 0
2020 - 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@v5
12+ - uses : actions/checkout@v6
1313 - name : Install JDK
1414 uses : actions/setup-java@v5
1515 with :
You can’t perform that action at this time.
0 commit comments