From 6034774d05d00178fdd5da152bc26b28f4a1b95d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 06:31:27 +0000 Subject: [PATCH] build(deps): bump mshick/add-pr-comment from 3.9.0 to 3.9.1 Bumps [mshick/add-pr-comment](https://github.com/mshick/add-pr-comment) from 3.9.0 to 3.9.1. - [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/ffd016c7e151d97d69d21a843022fd4cd5b96fe5...f102bb3ebc97eedd4e2a98a9e71e462cc257fe80) --- updated-dependencies: - dependency-name: mshick/add-pr-comment dependency-version: 3.9.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 1c4f60a..5b69ad8 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@ffd016c7e151d97d69d21a843022fd4cd5b96fe5 # v3.9.0 + uses: mshick/add-pr-comment@f102bb3ebc97eedd4e2a98a9e71e462cc257fe80 # v3.9.1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue: ${{ steps.context.outputs.pr_number }}