From ff549568a373c74a040430fea1a28a6495f7bf09 Mon Sep 17 00:00:00 2001 From: theofficialgman <28281419+theofficialgman@users.noreply.github.com> Date: Sat, 12 Oct 2024 20:54:41 -0400 Subject: [PATCH] CI: update zip preview dependency version --- .github/workflows/zip-preview.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/zip-preview.yml b/.github/workflows/zip-preview.yml index 16bd590f0d..a24bcaf754 100644 --- a/.github/workflows/zip-preview.yml +++ b/.github/workflows/zip-preview.yml @@ -58,7 +58,7 @@ jobs: comment-author: 'github-actions[bot]' body-includes: "The sha1sum of the zip was: ${{ steps.zip_preview.outputs.sha1 }}" - name: Add zip preview comment for issue - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 if: steps.zip_preview.outputs.zip_preview with: comment-id: ${{ steps.fc.outputs.comment-id }} @@ -117,7 +117,7 @@ jobs: comment-author: 'github-actions[bot]' body-includes: "The sha1sum of the zip was: ${{ steps.zip_preview.outputs.sha1 }}" - name: Add zip preview comment for issue comment - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 if: steps.zip_preview.outputs.zip_preview with: comment-id: ${{ steps.fc.outputs.comment-id }}