Skip to content

Commit c73622b

Browse files
authored
Merge pull request #37 from github/workflows
Workflow Updates
2 parents a0ae982 + 5afa169 commit c73622b

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

.github/workflows/branch-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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"
@@ -41,7 +41,7 @@ jobs:
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

.github/workflows/checksum.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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"
@@ -33,7 +33,7 @@ jobs:
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

.github/workflows/manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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

.github/workflows/new-pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ jobs:
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

.github/workflows/unlock-on-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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

0 commit comments

Comments
 (0)