Skip to content

Commit 2a96533

Browse files
Bump github/branch-deploy from 9 to 10 in the github-actions group
Bumps the github-actions group with 1 update: [github/branch-deploy](https://github.com/github/branch-deploy). Updates `github/branch-deploy` from 9 to 10 - [Release notes](https://github.com/github/branch-deploy/releases) - [Commits](github/branch-deploy@v9...v10) --- updated-dependencies: - dependency-name: github/branch-deploy dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3035215 commit 2a96533

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)