diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml index 820e2b0..acc7803 100644 --- a/.github/workflows/pr-comment.yml +++ b/.github/workflows/pr-comment.yml @@ -75,7 +75,7 @@ jobs: echo "URL=$value" >> "$GITHUB_OUTPUT" - name: "Post comment to review artifact" - uses: mshick/add-pr-comment@64b8e914979889d746c99dea15a76e77ef64580a # v3.10.0 + uses: mshick/add-pr-comment@8e4927817251f1ff60c001f04568532b38e0b4a0 # v3.11.0 with: issue: ${{ steps.pr_number.outputs.PR_NR }} repo-token: ${{ secrets.GITHUB_TOKEN }}