Skip to content

Commit 4786fb3

Browse files
authored
Merge pull request #352 from the-hideout/dependabot/github_actions/github-actions-b2f618c0a6
Bump github/branch-deploy from 9 to 10 in the github-actions group
2 parents 119f98f + b8569fe commit 4786fb3

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@v9
22+
- uses: github/branch-deploy@v10
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
@@ -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"

.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@v9
19+
uses: github/branch-deploy@v10
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)