From 9be97d0fa5317db425025ec88ec8f9e29988a0c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 01:08:48 +0000 Subject: [PATCH] Bump GrantBirki/comment from 2.0.4 to 2.0.5 Bumps [GrantBirki/comment](https://github.com/GrantBirki/comment) from 2.0.4 to 2.0.5. - [Release notes](https://github.com/GrantBirki/comment/releases) - [Commits](https://github.com/GrantBirki/comment/compare/v2.0.4...v2.0.5) --- updated-dependencies: - dependency-name: GrantBirki/comment dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/branch-deploy.yml | 4 ++-- .github/workflows/new-pr.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/branch-deploy.yml b/.github/workflows/branch-deploy.yml index ca057bc6..6d885374 100644 --- a/.github/workflows/branch-deploy.yml +++ b/.github/workflows/branch-deploy.yml @@ -54,7 +54,7 @@ jobs: environment: "development" # Post comment on PR with development deploy info - - uses: GrantBirki/comment@v2.0.4 + - uses: GrantBirki/comment@v2.0.5 if: ${{ steps.branch-deploy.outputs.continue == 'true' && steps.branch-deploy.outputs.noop != 'true' && steps.branch-deploy.outputs.environment == 'development' }} @@ -80,7 +80,7 @@ jobs: apiToken: ${{ secrets.CF_API_TOKEN }} # Post comment on PR with production deploy info - - uses: GrantBirki/comment@v2.0.4 + - uses: GrantBirki/comment@v2.0.5 if: ${{ steps.branch-deploy.outputs.continue == 'true' && steps.branch-deploy.outputs.noop != 'true' && steps.branch-deploy.outputs.environment == 'production' }} diff --git a/.github/workflows/new-pr.yml b/.github/workflows/new-pr.yml index 91b6d645..1df0e563 100644 --- a/.github/workflows/new-pr.yml +++ b/.github/workflows/new-pr.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v3 - name: comment - uses: GrantBirki/comment@v2.0.4 + uses: GrantBirki/comment@v2.0.5 continue-on-error: true with: file: .github/new-pr-comment.md