From 8491b79670cf316bb3fc2c5c6e00ce1e4b8b9d71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 16:40:59 +0000 Subject: [PATCH] chore(deps): update mshick/add-pr-comment action to v3 --- .github/workflows/sync-fabricv4.yaml | 4 ++-- templates/.github/workflows/sync.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/sync-fabricv4.yaml b/.github/workflows/sync-fabricv4.yaml index ceb05561..66e6899c 100644 --- a/.github/workflows/sync-fabricv4.yaml +++ b/.github/workflows/sync-fabricv4.yaml @@ -74,14 +74,14 @@ jobs: draft: ${{ steps.patch.conclusion == 'failure' || steps.generate.conclusion == 'failure' }} - name: Comment for failed patch - uses: mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc # v2 + uses: mshick/add-pr-comment@ec328af66588ab8f77cdeb2c264f14aba45bbf59 # v3 if: ${{ always() && steps.fetch.conclusion == 'success' && steps.spec_versions.outputs.cur_version != steps.fetch.outputs.new_version }} with: issue: ${{ steps.cpr.outputs.pull-request-number }} message: Failed to patch latest spec. Someone with write access must review and, if necessary, fix this PR manually and then convert it from Draft status to Ready for Review. - name: Comment for failed generate - uses: mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc # v2 + uses: mshick/add-pr-comment@ec328af66588ab8f77cdeb2c264f14aba45bbf59 # v3 if: ${{ always() && steps.fetch.conclusion == 'success' && steps.spec_versions.outputs.cur_version != steps.fetch.outputs.new_version }} with: issue: ${{ steps.cpr.outputs.pull-request-number }} diff --git a/templates/.github/workflows/sync.yaml b/templates/.github/workflows/sync.yaml index 55f61e3d..b3cafadc 100644 --- a/templates/.github/workflows/sync.yaml +++ b/templates/.github/workflows/sync.yaml @@ -61,13 +61,13 @@ jobs: delete-branch: true draft: ${{ steps.patch.conclusion == 'failure' || steps.generate.conclusion == 'failure' }} - name: Comment for failed patch - uses: mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc # v2 + uses: mshick/add-pr-comment@ec328af66588ab8f77cdeb2c264f14aba45bbf59 # v3 if: ${{ always() && steps.patch.conclusion == 'failure' && steps.cpr.conclusion == 'success' }} with: issue: ${{ steps.cpr.outputs.pull-request-number }} message: Failed to patch latest spec. Someone with write access must review and, if necessary, fix this PR manually and then convert it from Draft status to Ready for Review. - name: Comment for failed generate - uses: mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc # v2 + uses: mshick/add-pr-comment@ec328af66588ab8f77cdeb2c264f14aba45bbf59 # v3 if: ${{ always() && steps.generate.conclusion == 'failure' && steps.cpr.conclusion == 'success' }} with: issue: ${{ steps.cpr.outputs.pull-request-number }}