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 1919 app-id : ${{ secrets.APP_ID }}
2020 private-key : ${{ secrets.PRIVATE_KEY }}
2121 - name : Checkout
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323 with :
2424 token : ${{ steps.generate_token.outputs.token }}
2525 fetch-depth : 0
Original file line number Diff line number Diff line change 2121 app-id : ${{ secrets.APP_ID }}
2222 private-key : ${{ secrets.PRIVATE_KEY }}
2323 - name : Checkout
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525 with :
2626 token : ${{ steps.generate_token.outputs.token }}
2727 fetch-depth : 0
Original file line number Diff line number Diff line change 1717 with :
1818 app-id : ${{ secrets.APP_ID }}
1919 private-key : ${{ secrets.PRIVATE_KEY }}
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 with :
2222 token : ${{ steps.generate_token.outputs.token }}
2323 - id : run-tagpr
Original file line number Diff line number Diff line change 1212 - uses : actions/setup-go@v5
1313 with :
1414 go-version : 1.21
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 with :
1717 fetch-depth : 0
1818 - run : make build
You can’t perform that action at this time.
0 commit comments