Skip to content

Commit 769889e

Browse files
authored
Update hmarr/auto-approve-action action to v4 (#2499)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [hmarr/auto-approve-action](https://redirect.github.com/hmarr/auto-approve-action) | action | major | `v3` → `v4.0.0` | --- ### Release Notes <details> <summary>hmarr/auto-approve-action (hmarr/auto-approve-action)</summary> ### [`v4.0.0`](https://redirect.github.com/hmarr/auto-approve-action/releases/tag/v4.0.0) [Compare Source](https://redirect.github.com/hmarr/auto-approve-action/compare/v3.2.1...v4.0.0) ##### What's Changed - Upgrade from node 16 to node 20 - Upgrade dependencies and switch from nock to msw for API mocking **Full Changelog**: <hmarr/auto-approve-action@v3.2.1...v4.0.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Adyen/adyen-ios). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMjUuMCIsInVwZGF0ZWRJblZlciI6IjQzLjEzOC4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6WyJjaG9yZSJdfQ==-->
2 parents 3992edd + ae70041 commit 769889e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/prepare_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
number: ${{ steps.create_pr.outputs.pull-request-number }}
8585

8686
- name: Auto approve release PR
87-
uses: hmarr/auto-approve-action@v3
87+
uses: hmarr/auto-approve-action@v4.0.0
8888
with:
8989
github-token: ${{ secrets.GITHUB_TOKEN }}
9090
pull-request-number: ${{ steps.create_pr.outputs.pull-request-number }}

0 commit comments

Comments
 (0)