From 845d38f647906411493fdd4c08f39159872a1605 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:27:37 +0000 Subject: [PATCH] build(deps): 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/build-docs-preview.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-docs-preview.yaml b/.github/workflows/build-docs-preview.yaml index 85e33204a7..119faa16d1 100644 --- a/.github/workflows/build-docs-preview.yaml +++ b/.github/workflows/build-docs-preview.yaml @@ -48,7 +48,7 @@ jobs: - name: Comment preview URL 🗨️ if: env.GIT_DIFF - uses: thollander/actions-comment-pull-request@v2 + uses: thollander/actions-comment-pull-request@v3 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} message: '👀 Docs preview available here: ${{ steps.deploy-preview.outputs.deploy-url }}'