Skip to content

Commit

Permalink
Merge pull request #596 from the-hideout/branch-deploy-v10
Browse files Browse the repository at this point in the history
bump github/branch-deploy to `v10`
  • Loading branch information
GrantBirki authored Dec 17, 2024
2 parents 3b68940 + 6909f2c commit 0a316c3
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 @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: github/branch-deploy@v10.0.0-rc.1
- uses: github/branch-deploy@v10
id: branch-deploy
with:
admins: the-hideout/core-contributors
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: deployment check
uses: github/branch-deploy@v10.0.0-rc.1
uses: github/branch-deploy@v10
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 @@ -14,7 +14,7 @@ jobs:

steps:
- name: unlock on merge
uses: github/branch-deploy@v10.0.0-rc.1
uses: github/branch-deploy@v10
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 0a316c3

Please sign in to comment.