Skip to content

Commit a3f27f3

Browse files
authored
Merge pull request #329 from the-hideout/dependabot/github_actions/github-actions-c36d5cdf8f
Bump github/branch-deploy from 9.4.0 to 9.7.0 in the github-actions group
2 parents dd7c0da + c7c034b commit a3f27f3

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
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: github/branch-deploy@v9.4.0
21+
- uses: github/branch-deploy@v9.7.0
2222
id: branch-deploy
2323
with:
2424
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.4.0
20+
uses: github/branch-deploy@v9.7.0
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.4.0
19+
uses: github/branch-deploy@v9.7.0
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)