From a8ddb6e33e158af714fd0e989b49eb376df72f1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 12:59:51 +0100 Subject: [PATCH] chore(workflows/dependencies): update juliangruber/approve-pull-request-action action to v2.0.4 (#689) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [juliangruber/approve-pull-request-action](https://togithub.com/juliangruber/approve-pull-request-action) | action | patch | `v2.0.0` -> `v2.0.4` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
juliangruber/approve-pull-request-action (juliangruber/approve-pull-request-action) ### [`v2.0.4`](https://togithub.com/juliangruber/approve-pull-request-action/releases/tag/v2.0.4) [Compare Source](https://togithub.com/juliangruber/approve-pull-request-action/compare/v2.0.3...v2.0.4) - update pkg lock file [`ab648a2`](https://togithub.com/juliangruber/approve-pull-request-action/commit/ab648a2) - Bump [@​actions/core](https://togithub.com/actions/core) from 1.9.1 to 1.10.0 ([#​63](https://togithub.com/juliangruber/approve-pull-request-action/issues/63)) [`15d8908`](https://togithub.com/juliangruber/approve-pull-request-action/commit/15d8908) - Bump http-cache-semantics from 4.1.0 to 4.1.1 ([#​58](https://togithub.com/juliangruber/approve-pull-request-action/issues/58)) [`7fe82d3`](https://togithub.com/juliangruber/approve-pull-request-action/commit/7fe82d3) ### [`v2.0.3`](https://togithub.com/juliangruber/approve-pull-request-action/releases/tag/v2.0.3) [Compare Source](https://togithub.com/juliangruber/approve-pull-request-action/compare/v2.0.2...v2.0.3) - Bump minimatch from 3.0.4 to 3.1.2 ([#​38](https://togithub.com/juliangruber/approve-pull-request-action/issues/38)) [`3b5cebf`](https://togithub.com/juliangruber/approve-pull-request-action/commit/3b5cebf) ### [`v2.0.2`](https://togithub.com/juliangruber/approve-pull-request-action/releases/tag/v2.0.2) [Compare Source](https://togithub.com/juliangruber/approve-pull-request-action/compare/v2.0.1...v2.0.2) - Upgrade Node to 16 ([#​37](https://togithub.com/juliangruber/approve-pull-request-action/issues/37)) [`047f78c`](https://togithub.com/juliangruber/approve-pull-request-action/commit/047f78c) - Bump trim-newlines and np ([#​31](https://togithub.com/juliangruber/approve-pull-request-action/issues/31)) [`03716bd`](https://togithub.com/juliangruber/approve-pull-request-action/commit/03716bd) - Bump yargs-parser and np ([#​32](https://togithub.com/juliangruber/approve-pull-request-action/issues/32)) [`fae5e77`](https://togithub.com/juliangruber/approve-pull-request-action/commit/fae5e77) ### [`v2.0.1`](https://togithub.com/juliangruber/approve-pull-request-action/releases/tag/v2.0.1) [Compare Source](https://togithub.com/juliangruber/approve-pull-request-action/compare/v2.0.0...v2.0.1) - we're on v2 now [`14c0d88`](https://togithub.com/juliangruber/approve-pull-request-action/commit/14c0d88)
--- ### 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/teutonet/teutonet-helm-charts). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/update-artifacthub-images.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-artifacthub-images.yaml b/.github/workflows/update-artifacthub-images.yaml index 589ae4249..15513b580 100644 --- a/.github/workflows/update-artifacthub-images.yaml +++ b/.github/workflows/update-artifacthub-images.yaml @@ -65,7 +65,7 @@ jobs: PR_NUMBER: ${{ steps.create-pr.outputs.pull-request-number }} merge-method: squash - if: ${{ steps.create-pr.outputs.pull-request-number }} - uses: juliangruber/approve-pull-request-action@v2.0.0 + uses: juliangruber/approve-pull-request-action@v2.0.4 with: github-token: ${{ secrets.ACTIONS_BOT_TOKEN }} number: ${{ steps.create-pr.outputs.pull-request-number }}