Skip to content

Commit e1fdd4d

Browse files
authored
Merge pull request #405 from the-hideout/branch-deploy-v11
bump the branch-deploy action to v11
2 parents 9b375aa + a757085 commit e1fdd4d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/branch-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020

2121
steps:
22-
- uses: github/branch-deploy@v10
22+
- uses: github/branch-deploy@v11
2323
id: branch-deploy
2424
with:
2525
admins: the-hideout/core-contributors

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
# https://github.com/github/branch-deploy/blob/d3c24bd92505e623615b75ffdfac5ed5259adbdb/docs/merge-commit-strategy.md
2020
- name: deployment check
21-
uses: github/branch-deploy@v10
21+
uses: github/branch-deploy@v11
2222
id: deployment-check
2323
with:
2424
merge_deploy_mode: "true"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: unlock on merge
19-
uses: github/branch-deploy@v10
19+
uses: github/branch-deploy@v11
2020
id: unlock-on-merge
2121
with:
2222
unlock_on_merge_mode: "true" # <-- indicates that this is the "Unlock on Merge Mode" workflow

0 commit comments

Comments
 (0)