File tree Expand file tree Collapse file tree 6 files changed +9
-8
lines changed Expand file tree Collapse file tree 6 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 28
28
steps :
29
29
- name : branch-deploy
30
30
id : branch-deploy
31
- uses : github/branch-deploy@v9
31
+ uses : github/branch-deploy@v10
32
32
with :
33
33
trigger : " .deploy"
34
34
environment : " production"
41
41
with :
42
42
ref : ${{ steps.branch-deploy.outputs.sha }}
43
43
44
- - uses : ruby/setup-ruby@d4526a55538b775af234ba4af27118ed6f8f6677 # pin@v1.172 .0
44
+ - uses : ruby/setup-ruby@28c4deda893d5a96a6b2d958c5b47fc18d65c9d3 # pin@v1.213 .0
45
45
if : ${{ steps.branch-deploy.outputs.continue == 'true' }}
46
46
with :
47
47
bundler-cache : true
Original file line number Diff line number Diff line change 18
18
with :
19
19
fetch-depth : 0
20
20
21
- - uses : ruby/setup-ruby@d4526a55538b775af234ba4af27118ed6f8f6677 # pin@v1.172 .0
21
+ - uses : ruby/setup-ruby@28c4deda893d5a96a6b2d958c5b47fc18d65c9d3 # pin@v1.213 .0
22
22
with :
23
23
bundler-cache : true
24
24
Original file line number Diff line number Diff line change 17
17
steps :
18
18
# https://github.com/github/branch-deploy/blob/d3c24bd92505e623615b75ffdfac5ed5259adbdb/docs/merge-commit-strategy.md
19
19
- name : deployment check
20
- uses : github/branch-deploy@v9
20
+ uses : github/branch-deploy@v10
21
21
id : deployment-check
22
22
with :
23
23
merge_deploy_mode : " true"
33
33
- name : checkout
34
34
uses : actions/checkout@v4
35
35
36
- - uses : ruby/setup-ruby@d4526a55538b775af234ba4af27118ed6f8f6677 # pin@v1.172 .0
36
+ - uses : ruby/setup-ruby@28c4deda893d5a96a6b2d958c5b47fc18d65c9d3 # pin@v1.213 .0
37
37
with :
38
38
bundler-cache : true
39
39
Original file line number Diff line number Diff line change 18
18
with :
19
19
fetch-depth : 0
20
20
21
- - uses : ruby/setup-ruby@d4526a55538b775af234ba4af27118ed6f8f6677 # pin@v1.172 .0
21
+ - uses : ruby/setup-ruby@28c4deda893d5a96a6b2d958c5b47fc18d65c9d3 # pin@v1.213 .0
22
22
with :
23
23
bundler-cache : true
24
24
Original file line number Diff line number Diff line change 17
17
steps :
18
18
# Comment on new PR requests with deployment instructions
19
19
- uses : actions/checkout@v4
20
+
20
21
- name : comment
21
- uses : GrantBirki/comment@v2
22
+ uses : GrantBirki/comment@f524ee31407667c05061bad41e1758b40298bd82 # pin@ v2
22
23
continue-on-error : true
23
24
with :
24
25
file : .github/new-pr-comment.md
Original file line number Diff line number Diff line change 14
14
15
15
steps :
16
16
- name : unlock on merge
17
- uses : github/branch-deploy@v9
17
+ uses : github/branch-deploy@v10
18
18
id : unlock-on-merge
19
19
with :
20
20
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