commit a46845a9373356885f33177cd759402c890e1f7d
parent 8924adee7b95590c96a9667e7a96de2e4845b7a9
Author: Marcel <MTRNord@users.noreply.github.com>
Date: Tue, 10 Oct 2023 18:26:21 +0200
Merge branch 'main' into cleanup-midnightthoughts.space
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
@@ -40,14 +40,14 @@ jobs:
# Set output 'sha' to $_sha
echo "::set-output name=sha::${_sha}"
- name: Find comment
- uses: peter-evans/find-comment@2.4.0
+ uses: peter-evans/find-comment@v2.4.0
id: fc
with:
issue-number: ${{ github.event.pull_request.number }}
comment-author: github-actions[bot]
body-includes: Automatically generated by octodns-sync
- name: Add or update PR comment
- uses: peter-evans/create-or-update-comment@3.0.2
+ uses: peter-evans/create-or-update-comment@v3.0.2
with:
issue-number: ${{ github.event.pull_request.number }}
comment-id: ${{ steps.fc.outputs.comment-id }}