From e63d9226c7725b1e21dfbaf5bd1a6bce487b0149 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 11:51:58 +0000 Subject: [PATCH] chore(deps): bump mshick/add-pr-comment from 2 to 3 Bumps [mshick/add-pr-comment](https://github.com/mshick/add-pr-comment) from 2 to 3. - [Release notes](https://github.com/mshick/add-pr-comment/releases) - [Changelog](https://github.com/mshick/add-pr-comment/blob/main/CHANGELOG.md) - [Commits](https://github.com/mshick/add-pr-comment/compare/v2...v3) --- updated-dependencies: - dependency-name: mshick/add-pr-comment dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test-addon.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-addon.yaml b/.github/workflows/test-addon.yaml index 9d15e79cd3..36db630510 100644 --- a/.github/workflows/test-addon.yaml +++ b/.github/workflows/test-addon.yaml @@ -65,7 +65,7 @@ jobs: staging: true - name: Post TG URL - uses: mshick/add-pr-comment@v2 + uses: mshick/add-pr-comment@v3 with: message: ${{ steps.queue.outputs.message }} repo-token: ${{ secrets.GITHUB_TOKEN }}