Skip to content

Commit

Permalink
Merge pull request #279 from the-hideout/dependabot/github_actions/gi…
Browse files Browse the repository at this point in the history
…thub-actions-87e54b3d7c

Bump the github-actions group with 2 updates
  • Loading branch information
Razzmatazzz authored Mar 5, 2024
2 parents 2a6886c + 2d2b5d6 commit 1a215fc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .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/branch-deploy@v8.2.1
- uses: github/branch-deploy@v9.1.0
id: branch-deploy
with:
admins: the-hideout/core-contributors
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
environment: "development"

# Post comment on PR with development deploy info
- uses: GrantBirki/[email protected].8
- uses: GrantBirki/[email protected].9
if: ${{ steps.branch-deploy.outputs.continue == 'true' &&
steps.branch-deploy.outputs.noop != 'true' &&
steps.branch-deploy.outputs.environment == 'development' }}
Expand All @@ -81,7 +81,7 @@ jobs:
apiToken: ${{ secrets.CF_API_TOKEN }}

# Post comment on PR with production deploy info
- uses: GrantBirki/[email protected].8
- uses: GrantBirki/[email protected].9
if: ${{ steps.branch-deploy.outputs.continue == 'true' &&
steps.branch-deploy.outputs.noop != 'true' &&
steps.branch-deploy.outputs.environment == 'production' }}
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/branch-deploy@v8.2.1
uses: github/branch-deploy@v9.1.0
id: deployment-check
with:
merge_deploy_mode: "true"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/new-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4

- name: comment
uses: GrantBirki/[email protected].8
uses: GrantBirki/[email protected].9
continue-on-error: true
with:
file: .github/new-pr-comment.md
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/branch-deploy@v8.2.1
uses: github/branch-deploy@v9.1.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 1a215fc

Please sign in to comment.