From c19b45ff6ef77e604bee67dc68cb99be6a0575c6 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 11 Oct 2024 02:29:59 +0200 Subject: [PATCH] chore(deps): update thollander/actions-comment-pull-request action to v3 by renovate (#27555) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [thollander/actions-comment-pull-request](https://redirect.github.com/thollander/actions-comment-pull-request) | action | major | `v2` -> `v3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
thollander/actions-comment-pull-request (thollander/actions-comment-pull-request) ### [`v3`](https://redirect.github.com/thollander/actions-comment-pull-request/compare/v2...v3) [Compare Source](https://redirect.github.com/thollander/actions-comment-pull-request/compare/v2...v3)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- .github/workflows/charts-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/charts-lint.yaml b/.github/workflows/charts-lint.yaml index e3b5614df2c..439d686c657 100644 --- a/.github/workflows/charts-lint.yaml +++ b/.github/workflows/charts-lint.yaml @@ -115,7 +115,7 @@ jobs: - name: Create/Update comment if: steps.list-changed.outputs.detected == 'true' continue-on-error: true - uses: thollander/actions-comment-pull-request@fabd468d3a1a0b97feee5f6b9e499eab0dd903f6 # v2 + uses: thollander/actions-comment-pull-request@e2c37e53a7d2227b61585343765f73a9ca57eda9 # v3 with: filePath: /tmp/lint_result.txt comment_tag: lint_results