From feb691269345b3a2bbbc2cd0847d58efa45fb365 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 12:59:48 +0000 Subject: [PATCH] Bump thollander/actions-comment-pull-request from 2 to 3 Bumps [thollander/actions-comment-pull-request](https://github.com/thollander/actions-comment-pull-request) from 2 to 3. - [Release notes](https://github.com/thollander/actions-comment-pull-request/releases) - [Commits](https://github.com/thollander/actions-comment-pull-request/compare/v2...v3) --- updated-dependencies: - dependency-name: thollander/actions-comment-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/quarto_netlify.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/quarto_netlify.yml b/.github/workflows/quarto_netlify.yml index 6c3c1895..c44d2f22 100644 --- a/.github/workflows/quarto_netlify.yml +++ b/.github/workflows/quarto_netlify.yml @@ -101,7 +101,7 @@ jobs: message: 'Deploy preview ${{ github.ref }}' - name: Comment on PR (success) - uses: thollander/actions-comment-pull-request@v2 + uses: thollander/actions-comment-pull-request@v3 if: github.event_name == 'pull_request' with: message: | @@ -109,7 +109,7 @@ jobs: comment_tag: deploy_status - name: Comment on PR (deploy failure) - uses: thollander/actions-comment-pull-request@v2 + uses: thollander/actions-comment-pull-request@v3 if: github.event_name == 'pull_request' && failure() && steps.deploy_preview.outcome == 'failure' with: message: | @@ -117,7 +117,7 @@ jobs: comment_tag: deploy_status - name: Comment on PR (actions failure) - uses: thollander/actions-comment-pull-request@v2 + uses: thollander/actions-comment-pull-request@v3 if: github.event_name == 'pull_request' && failure() && steps.deploy_preview.outcome != 'failure' with: message: |