Skip to content

Commit

Permalink
build(deps): bump thollander/actions-comment-pull-request from 3.0.0 …
Browse files Browse the repository at this point in the history
…to 3.0.1 (#1419)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ariel Ropek <[email protected]>
  • Loading branch information
dependabot[bot] and arielkr256 authored Nov 4, 2024
1 parent b94c033 commit 9c745a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-packs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
panther_analysis_tool check-packs || echo "errors=`cat errors.txt`" >> $GITHUB_OUTPUT
- name: Comment PR
uses: thollander/actions-comment-pull-request@e2c37e53a7d2227b61585343765f73a9ca57eda9
uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b
if: ${{ steps.check-packs.outputs.errors }}
with:
mode: upsert
Expand All @@ -57,7 +57,7 @@ jobs:
```
comment-tag: check-packs
- name: Delete comment
uses: thollander/actions-comment-pull-request@e2c37e53a7d2227b61585343765f73a9ca57eda9
uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b
if: ${{ !steps.check-packs.outputs.errors }}
with:
mode: delete
Expand Down

0 comments on commit 9c745a6

Please sign in to comment.