Skip to content

Commit

Permalink
Merge pull request #92 from eltana-org/dependabot/github_actions/gith…
Browse files Browse the repository at this point in the history
…ub/branch-deploy-7.2.0

Bump github/branch-deploy from 6.0.1 to 7.2.0
  • Loading branch information
GrantBirki committed Aug 4, 2023
2 parents 3317756 + 900a734 commit adcbd1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

steps:
# execute the branch-deploy action
- uses: github/branch-deploy@v6.0.1
- uses: github/branch-deploy@v7.2.0
id: branch-deploy
with:
trigger: ".deploy"
Expand Down
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@v6.0.1
uses: github/branch-deploy@v7.2.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@v6.0.1
uses: github/branch-deploy@v7.2.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 adcbd1d

Please sign in to comment.