diff --git a/.github/workflows/cleanup-pr.yml b/.github/workflows/cleanup-pr.yml
index fae66fb01c7..5c816f920fa 100644
--- a/.github/workflows/cleanup-pr.yml
+++ b/.github/workflows/cleanup-pr.yml
@@ -37,7 +37,7 @@ jobs:
key: ${{ secrets.buildJabRefPrivateKey }}
- name: Update PR comment
if: steps.checksecrets.outputs.secretspresent == 'YES'
- uses: thollander/actions-comment-pull-request@v2
+ uses: thollander/actions-comment-pull-request@v3
with:
comment_tag: download-link
message: The build for this PR is no longer available. Please visit for the latest build.
diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml
index 7bd460fd4d6..0b015838d63 100644
--- a/.github/workflows/deployment.yml
+++ b/.github/workflows/deployment.yml
@@ -287,7 +287,7 @@ jobs:
BUILDJABREFPRIVATEKEY: ${{ secrets.buildJabRefPrivateKey }}
- name: Comment PR
if: (steps.checksecrets.outputs.secretspresent == 'YES')
- uses: thollander/actions-comment-pull-request@v2
+ uses: thollander/actions-comment-pull-request@v3
with:
message: |
The build of this PR is available at .