File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9090
9191
9292 - name : Git Checkout
93- uses : actions/checkout@v5 # https://github.com/actions/checkout
93+ uses : actions/checkout@v6 # https://github.com/actions/checkout
9494 with :
9595 fetch-depth : 0 # required to prevent tycho-p2-extras-plugin:compare-version-with-baseline potentially failing the build
9696
Original file line number Diff line number Diff line change 4343
4444
4545 - name : Git Checkout
46- uses : actions/checkout@v5 # https://github.com/actions/checkout
46+ uses : actions/checkout@v6 # https://github.com/actions/checkout
4747 with :
4848 fetch-depth : 0 # required to prevent tycho-p2-extras-plugin:compare-version-with-baseline potentially failing the build
4949
Original file line number Diff line number Diff line change 8787
8888
8989 - name : Git Checkout
90- uses : actions/checkout@v5 # https://github.com/actions/checkout
90+ uses : actions/checkout@v6 # https://github.com/actions/checkout
9191
9292
9393 - name : " Install: JDK 21 for Compilation ☕"
Original file line number Diff line number Diff line change 6161
6262
6363 - name : Git Checkout
64- uses : actions/checkout@v5 # https://github.com/actions/checkout
64+ uses : actions/checkout@v6 # https://github.com/actions/checkout
6565
6666
6767 - name : " Install: JDK ${{ env.JAVA_VERSION }} ☕"
You can’t perform that action at this time.
0 commit comments