From c0d46867c885d34043f9310334552ccc07ef4a5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 06:08:36 +0000 Subject: [PATCH] build(deps): bump mshick/add-pr-comment in / Bumps [mshick/add-pr-comment](https://github.com/mshick/add-pr-comment) in `/` from 3.9.1 to 3.10.0. Updates `mshick/add-pr-comment` from 3.9.1 to 3.10.0 - [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/f102bb3ebc97eedd4e2a98a9e71e462cc257fe80...64b8e914979889d746c99dea15a76e77ef64580a) --- updated-dependencies: - dependency-name: mshick/add-pr-comment dependency-version: 3.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github_actions ... Signed-off-by: dependabot[bot] --- .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 5b69ad8..e112e3f 100644 --- a/.github/workflows/publish-screenshots.yml +++ b/.github/workflows/publish-screenshots.yml @@ -286,7 +286,7 @@ jobs: - name: Post PR Comparison Comment if: steps.context.outputs.is_pr == 'true' - uses: mshick/add-pr-comment@f102bb3ebc97eedd4e2a98a9e71e462cc257fe80 # v3.9.1 + uses: mshick/add-pr-comment@64b8e914979889d746c99dea15a76e77ef64580a # v3.10.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue: ${{ steps.context.outputs.pr_number }}