Skip to content

Commit afd612e

Browse files
build(deps): bump thollander/actions-comment-pull-request
Bumps [thollander/actions-comment-pull-request](https://github.com/thollander/actions-comment-pull-request) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/thollander/actions-comment-pull-request/releases) - [Commits](thollander/actions-comment-pull-request@e2c37e5...24bffb9) --- updated-dependencies: - dependency-name: thollander/actions-comment-pull-request dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eeaaaf0 commit afd612e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-packs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
panther_analysis_tool check-packs || echo "errors=`cat errors.txt`" >> $GITHUB_OUTPUT
4646
4747
- name: Comment PR
48-
uses: thollander/actions-comment-pull-request@e2c37e53a7d2227b61585343765f73a9ca57eda9
48+
uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b
4949
if: ${{ steps.check-packs.outputs.errors }}
5050
with:
5151
mode: upsert
@@ -57,7 +57,7 @@ jobs:
5757
```
5858
comment-tag: check-packs
5959
- name: Delete comment
60-
uses: thollander/actions-comment-pull-request@e2c37e53a7d2227b61585343765f73a9ca57eda9
60+
uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b
6161
if: ${{ !steps.check-packs.outputs.errors }}
6262
with:
6363
mode: delete

0 commit comments

Comments
 (0)