From 2ae3061e55be5ea8dbb314d1e7c2c0e189ec6d4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 21:23:28 +0000 Subject: [PATCH] chore(deps): update mshick/add-pr-comment action to v3 --- .github/workflows/sync-fabricv4.yaml | 4 ++-- .github/workflows/sync-metalv1.yaml | 4 ++-- templates/.github/workflows/sync.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/sync-fabricv4.yaml b/.github/workflows/sync-fabricv4.yaml index ceb05561..de42358d 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@64b8e914979889d746c99dea15a76e77ef64580a # 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@64b8e914979889d746c99dea15a76e77ef64580a # 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/.github/workflows/sync-metalv1.yaml b/.github/workflows/sync-metalv1.yaml index 13caa22d..9d7cb10c 100644 --- a/.github/workflows/sync-metalv1.yaml +++ b/.github/workflows/sync-metalv1.yaml @@ -62,13 +62,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@64b8e914979889d746c99dea15a76e77ef64580a # 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@64b8e914979889d746c99dea15a76e77ef64580a # v3 if: ${{ always() && steps.generate.conclusion == 'failure' && steps.cpr.conclusion == 'success' }} with: issue: ${{ steps.cpr.outputs.pull-request-number }} diff --git a/templates/.github/workflows/sync.yaml b/templates/.github/workflows/sync.yaml index 55f61e3d..180f9f3a 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@64b8e914979889d746c99dea15a76e77ef64580a # 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@64b8e914979889d746c99dea15a76e77ef64580a # v3 if: ${{ always() && steps.generate.conclusion == 'failure' && steps.cpr.conclusion == 'success' }} with: issue: ${{ steps.cpr.outputs.pull-request-number }}