Skip to content

Commit a8ddb6e

Browse files
chore(workflows/dependencies): update juliangruber/approve-pull-request-action action to v2.0.4 (#689)
[![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 <details> <summary>juliangruber/approve-pull-request-action (juliangruber/approve-pull-request-action)</summary> ### [`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 [@&#8203;actions/core](https://togithub.com/actions/core) from 1.9.1 to 1.10.0 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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) </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45My4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTMuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2859413 commit a8ddb6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-artifacthub-images.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
PR_NUMBER: ${{ steps.create-pr.outputs.pull-request-number }}
6666
merge-method: squash
6767
- if: ${{ steps.create-pr.outputs.pull-request-number }}
68-
uses: juliangruber/[email protected].0
68+
uses: juliangruber/[email protected].4
6969
with:
7070
github-token: ${{ secrets.ACTIONS_BOT_TOKEN }}
7171
number: ${{ steps.create-pr.outputs.pull-request-number }}

0 commit comments

Comments
 (0)