Skip to content

Commit

Permalink
CI: update more zip preview dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Oct 13, 2024
1 parent ff54956 commit a050099
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 @@ -50,7 +50,7 @@ jobs:
echo "EOF" >> $GITHUB_OUTPUT
fi
- name: Find Comment
uses: peter-evans/find-comment@v2
uses: peter-evans/find-comment@v3
if: steps.zip_preview.outputs.zip_preview
id: fc
with:
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
echo "EOF" >> $GITHUB_OUTPUT
fi
- name: Find Comment
uses: peter-evans/find-comment@v2
uses: peter-evans/find-comment@v3
if: steps.zip_preview.outputs.zip_preview
id: fc
with:
Expand Down

0 comments on commit a050099

Please sign in to comment.