Skip to content

Commit

Permalink
CI: update zip preview dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Oct 13, 2024
1 parent 20e7d0d commit ff54956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/zip-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit ff54956

Please sign in to comment.