From 991f966cba3916a4d7ffdadf4050f79f986a610b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 09:49:04 +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 4a7e5df1..cee4d2e9 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 9d191fc8..28f3bcbb 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 }}