From 3bf9622ec6dd5c452f1fd04b1c372c0267abd38a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 17:46:34 +0000 Subject: [PATCH] GH Actions: 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/playground-merged.yml | 2 +- .github/workflows/playground.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/playground-merged.yml b/.github/workflows/playground-merged.yml index 49376a2..e86634e 100644 --- a/.github/workflows/playground-merged.yml +++ b/.github/workflows/playground-merged.yml @@ -36,7 +36,7 @@ jobs: echo "blueprint=$ENCODED_BLUEPRINT" >> "$GITHUB_OUTPUT" # Comment with a Playground link that installs from the artifact ZIP - - uses: mshick/add-pr-comment@v2 + - uses: mshick/add-pr-comment@v3 with: message: | **Test merged PR on Playground** diff --git a/.github/workflows/playground.yml b/.github/workflows/playground.yml index 5e6cdc8..523ad2f 100644 --- a/.github/workflows/playground.yml +++ b/.github/workflows/playground.yml @@ -105,7 +105,7 @@ jobs: compression-level: 0 # Comment with a Playground link that installs from the artifact ZIP - - uses: mshick/add-pr-comment@v2 + - uses: mshick/add-pr-comment@v3 with: message: | **Test on Playground**