From 6ac6b325d473b89259654dc287ef889e6470f96a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 11:15:40 +0000 Subject: [PATCH] Bump mshick/add-pr-comment from 1 to 2 Bumps [mshick/add-pr-comment](https://github.com/mshick/add-pr-comment) from 1 to 2. - [Release notes](https://github.com/mshick/add-pr-comment/releases) - [Commits](https://github.com/mshick/add-pr-comment/compare/v1...v2) --- updated-dependencies: - dependency-name: mshick/add-pr-comment dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pull_request.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index ed59eb97..393fa705 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -108,7 +108,7 @@ jobs: org.opencontainers.image.revision=${{ github.sha }} - name: Comment on PR - uses: mshick/add-pr-comment@v1 + uses: mshick/add-pr-comment@v2 env: GITHUB_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }} with: @@ -117,7 +117,7 @@ jobs: - name: Notify Failure if: failure() - uses: mshick/add-pr-comment@v1 + uses: mshick/add-pr-comment@v2 env: GITHUB_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }} with: