Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
feat(github-action)!: Update peter-evans/find-comment action to v3
Browse files Browse the repository at this point in the history
| datasource  | package                  | from | to |
| ----------- | ------------------------ | ---- | -- |
| github-tags | peter-evans/find-comment | v2   | v3 |
renovate[bot] authored Jan 25, 2024
1 parent 85f4b9a commit c8ba22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-release-differ.yaml
Original file line number Diff line number Diff line change
@@ -62,7 +62,7 @@ jobs:
diff="${diff//$'\r'/'%0D'}"
echo "::set-output name=diff::$(echo ${diff})"
- name: Find Comment
uses: peter-evans/find-comment@v2
uses: peter-evans/find-comment@v3
id: find-comment
with:
issue-number: "${{ github.event.pull_request.number }}"

0 comments on commit c8ba22b

Please sign in to comment.