File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 private-key : " ${{ secrets.BOT_APP_PRIVATE_KEY }}"
2828
2929 - name : Checkout
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v6
3131 with :
3232 token : " ${{ steps.app-token.outputs.token }}"
3333
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
2323 resources : ["helmrelease", "kustomization"]
2424 steps :
2525 - name : Checkout
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v6
2727 with :
2828 path : pull
2929
3030 - name : Checkout Default Branch
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v6
3232 with :
3333 ref : " ${{ github.event.repository.default_branch }}"
3434 path : default
Original file line number Diff line number Diff line change 3333 private-key : " ${{ secrets.BOT_APP_PRIVATE_KEY }}"
3434
3535 - name : Checkout
36- uses : actions/checkout@v4
36+ uses : actions/checkout@v6
3737 with :
3838 token : " ${{ steps.app-token.outputs.token }}"
3939 fetch-depth : 0
Original file line number Diff line number Diff line change 7373 run : brew install jo yq
7474
7575 - name : Checkout Default Branch
76- uses : actions/checkout@v4
76+ uses : actions/checkout@v6
7777 with :
7878 token : " ${{ steps.app-token.outputs.token }}"
7979 ref : " ${{ github.event.repository.default_branch }}"
8080 path : default
8181
8282 - name : Checkout Pull Request Branch
83- uses : actions/checkout@v4
83+ uses : actions/checkout@v6
8484 with :
8585 token : " ${{ steps.app-token.outputs.token }}"
8686 path : pull
Original file line number Diff line number Diff line change 2323 private-key : " ${{ secrets.BOT_APP_PRIVATE_KEY }}"
2424
2525 - name : Checkout
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v6
2727 with :
2828 token : " ${{ steps.app-token.outputs.token }}"
2929
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v6
1717
1818 - name : Sync Labels
1919 uses : EndBug/label-sync@v2
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v6
2222
2323 - name : Setup Homebrew
2424 uses : Homebrew/actions/setup-homebrew@master
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v6
1616
1717 - name : Create Release
1818 shell : bash
Original file line number Diff line number Diff line change 5151 private-key : " ${{ secrets.BOT_APP_PRIVATE_KEY }}"
5252
5353 - name : Checkout
54- uses : actions/checkout@v4
54+ uses : actions/checkout@v6
5555 with :
5656 token : " ${{ steps.app-token.outputs.token }}"
5757
You can’t perform that action at this time.
0 commit comments