diff --git a/.github/workflows/branch-deploy.yml b/.github/workflows/branch-deploy.yml index 4b5cd10a..898d61e8 100644 --- a/.github/workflows/branch-deploy.yml +++ b/.github/workflows/branch-deploy.yml @@ -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 @@ -55,7 +55,7 @@ jobs: environment: "development" # Post comment on PR with development deploy info - - uses: GrantBirki/comment@v2.0.8 + - uses: GrantBirki/comment@v2.0.9 if: ${{ steps.branch-deploy.outputs.continue == 'true' && steps.branch-deploy.outputs.noop != 'true' && steps.branch-deploy.outputs.environment == 'development' }} @@ -81,7 +81,7 @@ jobs: apiToken: ${{ secrets.CF_API_TOKEN }} # Post comment on PR with production deploy info - - uses: GrantBirki/comment@v2.0.8 + - uses: GrantBirki/comment@v2.0.9 if: ${{ steps.branch-deploy.outputs.continue == 'true' && steps.branch-deploy.outputs.noop != 'true' && steps.branch-deploy.outputs.environment == 'production' }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cbe8ad06..1dfbd6da 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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" diff --git a/.github/workflows/new-pr.yml b/.github/workflows/new-pr.yml index 3e071ff6..72064907 100644 --- a/.github/workflows/new-pr.yml +++ b/.github/workflows/new-pr.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v4 - name: comment - uses: GrantBirki/comment@v2.0.8 + uses: GrantBirki/comment@v2.0.9 continue-on-error: true with: file: .github/new-pr-comment.md diff --git a/.github/workflows/unlock-on-merge.yml b/.github/workflows/unlock-on-merge.yml index cbbc74f0..04d2079b 100644 --- a/.github/workflows/unlock-on-merge.yml +++ b/.github/workflows/unlock-on-merge.yml @@ -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