File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 - id : commit
1414 uses : prompt/actions-commit-hash@v3
1515 # Clone the repo & its submodules
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 with :
1818 submodules : recursive
1919 # Setup Java & Maven
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - name : Checkout
10- uses : actions/checkout@v5
10+ uses : actions/checkout@v6
1111 - name : Github Releases To Discord
1212 uses : SethCohen/github-releases-to-discord@master
1313 with :
Original file line number Diff line number Diff line change 66 update :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v5
9+ - uses : actions/checkout@v6
1010 with :
1111 token : ${{ secrets.PAT }}
1212 ref : ${{ github.event.client_payload.branch }}
You can’t perform that action at this time.
0 commit comments