File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 steps :
2929 - name : branch-deploy
3030 id : branch-deploy
31- uses : github/branch-deploy@v9
31+ uses : github/branch-deploy@v10
3232 with :
3333 trigger : " .deploy"
3434 environment : " production"
4141 with :
4242 ref : ${{ steps.branch-deploy.outputs.sha }}
4343
44- - uses : ruby/setup-ruby@d4526a55538b775af234ba4af27118ed6f8f6677 # pin@v1.172 .0
44+ - uses : ruby/setup-ruby@28c4deda893d5a96a6b2d958c5b47fc18d65c9d3 # pin@v1.213 .0
4545 if : ${{ steps.branch-deploy.outputs.continue == 'true' }}
4646 with :
4747 bundler-cache : true
Original file line number Diff line number Diff line change 1818 with :
1919 fetch-depth : 0
2020
21- - uses : ruby/setup-ruby@d4526a55538b775af234ba4af27118ed6f8f6677 # pin@v1.172 .0
21+ - uses : ruby/setup-ruby@28c4deda893d5a96a6b2d958c5b47fc18d65c9d3 # pin@v1.213 .0
2222 with :
2323 bundler-cache : true
2424
Original file line number Diff line number Diff line change 1717 steps :
1818 # https://github.com/github/branch-deploy/blob/d3c24bd92505e623615b75ffdfac5ed5259adbdb/docs/merge-commit-strategy.md
1919 - name : deployment check
20- uses : github/branch-deploy@v9
20+ uses : github/branch-deploy@v10
2121 id : deployment-check
2222 with :
2323 merge_deploy_mode : " true"
3333 - name : checkout
3434 uses : actions/checkout@v4
3535
36- - uses : ruby/setup-ruby@d4526a55538b775af234ba4af27118ed6f8f6677 # pin@v1.172 .0
36+ - uses : ruby/setup-ruby@28c4deda893d5a96a6b2d958c5b47fc18d65c9d3 # pin@v1.213 .0
3737 with :
3838 bundler-cache : true
3939
Original file line number Diff line number Diff line change 1818 with :
1919 fetch-depth : 0
2020
21- - uses : ruby/setup-ruby@d4526a55538b775af234ba4af27118ed6f8f6677 # pin@v1.172 .0
21+ - uses : ruby/setup-ruby@28c4deda893d5a96a6b2d958c5b47fc18d65c9d3 # pin@v1.213 .0
2222 with :
2323 bundler-cache : true
2424
Original file line number Diff line number Diff line change 1717 steps :
1818 # Comment on new PR requests with deployment instructions
1919 - uses : actions/checkout@v4
20+
2021 - name : comment
21- uses : GrantBirki/comment@v2
22+ uses : GrantBirki/comment@f524ee31407667c05061bad41e1758b40298bd82 # pin@ v2
2223 continue-on-error : true
2324 with :
2425 file : .github/new-pr-comment.md
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : unlock on merge
17- uses : github/branch-deploy@v9
17+ uses : github/branch-deploy@v10
1818 id : unlock-on-merge
1919 with :
2020 unlock_on_merge_mode : " true" # <-- indicates that this is the "Unlock on Merge Mode" workflow
You can’t perform that action at this time.
0 commit comments