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**