File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323 with :
2424 fetch-depth : 0
2525 persist-credentials : false
Original file line number Diff line number Diff line change 3939 nur-packages
4040
4141 - name : Checkout
42- uses : actions/checkout@v5
42+ uses : actions/checkout@v6
4343 with :
4444 token : " ${{ steps.app-token.outputs.token }}"
4545 ref : ${{ github.event.inputs.tag != '' && format('refs/tags/{0}', github.event.inputs.tag) || github.ref }}
8282 packages : write
8383 steps :
8484 - name : Checkout
85- uses : actions/checkout@v5
85+ uses : actions/checkout@v6
8686 with :
8787 ref : ${{ github.event.inputs.tag != '' && format('refs/tags/{0}', github.event.inputs.tag) || github.ref }}
8888 fetch-depth : 0
Original file line number Diff line number Diff line change 5858 private-key : " ${{ secrets.BOT_APP_PRIVATE_KEY }}"
5959
6060 - name : Checkout
61- uses : actions/checkout@v5
61+ uses : actions/checkout@v6
6262 with :
6363 token : " ${{ steps.app-token.outputs.token }}"
6464 persist-credentials : false
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 with :
2020 persist-credentials : false
2121 fetch-depth : 2
4747 runs-on : ubuntu-latest
4848 steps :
4949 - name : Checkout
50- uses : actions/checkout@v5
50+ uses : actions/checkout@v6
5151 with :
5252 persist-credentials : false
5353
You can’t perform that action at this time.
0 commit comments