Skip to content

Commit

Permalink
Bump github/branch-deploy from 7.2.0 to 8.0.0
Browse files Browse the repository at this point in the history
Bumps [github/branch-deploy](https://github.com/github/branch-deploy) from 7.2.0 to 8.0.0.
- [Release notes](https://github.com/github/branch-deploy/releases)
- [Commits](github/branch-deploy@v7.2.0...v8.0.0)

---
updated-dependencies:
- dependency-name: github/branch-deploy
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 17, 2023
1 parent f953f33 commit 110b73e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
# https://github.com/github/branch-deploy/blob/d3c24bd92505e623615b75ffdfac5ed5259adbdb/docs/merge-commit-strategy.md
- name: deployment check
uses: github/branch-deploy@v7.2.0
uses: github/branch-deploy@v8.0.0
id: deployment-check
with:
merge_deploy_mode: "true"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unlock-on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: unlock on merge
uses: github/branch-deploy@v7.2.0
uses: github/branch-deploy@v8.0.0
id: unlock-on-merge
with:
unlock_on_merge_mode: "true" # <-- indicates that this is the "Unlock on Merge Mode" workflow
Expand Down

0 comments on commit 110b73e

Please sign in to comment.