From 8e7f499ed553e2d2676f5bae47c31faeb36d7386 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 10:51:58 +0000 Subject: [PATCH] chore(deps): update mshick/add-pr-comment action to v3.12.0 --- .github/workflows/publish-screenshots.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-screenshots.yml b/.github/workflows/publish-screenshots.yml index cf15b32..6f5992d 100644 --- a/.github/workflows/publish-screenshots.yml +++ b/.github/workflows/publish-screenshots.yml @@ -333,7 +333,7 @@ jobs: - name: Post PR Comparison Comment if: steps.context.outputs.is_pr == 'true' - uses: mshick/add-pr-comment@8e4927817251f1ff60c001f04568532b38e0b4a0 # v3.11.0 + uses: mshick/add-pr-comment@ec328af66588ab8f77cdeb2c264f14aba45bbf59 # v3.12.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue: ${{ steps.context.outputs.pr_number }}