Skip to content

Commit

Permalink
Merge pull request #253 from the-hideout/dependabot/github_actions/gi…
Browse files Browse the repository at this point in the history
…thub/branch-deploy-8.1.2

Bump github/branch-deploy from 8.1.0 to 8.1.2
  • Loading branch information
GrantBirki authored Dec 5, 2023
2 parents abc8978 + bad80b4 commit 8d826a4
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 @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: github/[email protected].0
- uses: github/[email protected].2
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 @@ -17,7 +17,7 @@ jobs:
steps:
# https://github.com/github/branch-deploy/blob/d3c24bd92505e623615b75ffdfac5ed5259adbdb/docs/merge-commit-strategy.md
- name: deployment check
uses: github/[email protected].0
uses: github/[email protected].2
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 @@ -16,7 +16,7 @@ jobs:

steps:
- name: unlock on merge
uses: github/[email protected].0
uses: github/[email protected].2
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 8d826a4

Please sign in to comment.