From 6220bfea6ffb093dea9adada5bdb1e6170c6c43f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 14:13:59 +0800 Subject: [PATCH] bump(deps): update peter-evans/create-pull-request action to v4.2.4 (#9) 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 | |---|---|---|---| | [peter-evans/create-pull-request](https://togithub.com/peter-evans/create-pull-request) | action | patch | `v4.2.1` -> `v4.2.4` | --- ### Release Notes
peter-evans/create-pull-request ### [`v4.2.4`](https://togithub.com/peter-evans/create-pull-request/releases/tag/v4.2.4): Create Pull Request v4.2.4 [Compare Source](https://togithub.com/peter-evans/create-pull-request/compare/v4.2.3...v4.2.4) ⚙️ Patches some recent security vulnerabilities. ##### What's Changed - Update concepts-guidelines.md by [@​chrisbruford](https://togithub.com/chrisbruford) in [https://github.com/peter-evans/create-pull-request/pull/1610](https://togithub.com/peter-evans/create-pull-request/pull/1610) - 58 dependency updates by [@​dependabot](https://togithub.com/dependabot) ##### New Contributors - [@​chrisbruford](https://togithub.com/chrisbruford) made their first contribution in [https://github.com/peter-evans/create-pull-request/pull/1610](https://togithub.com/peter-evans/create-pull-request/pull/1610) **Full Changelog**: https://github.com/peter-evans/create-pull-request/compare/v4.2.3...v4.2.4 ### [`v4.2.3`](https://togithub.com/peter-evans/create-pull-request/releases/tag/v4.2.3): Create Pull Request v4.2.3 [Compare Source](https://togithub.com/peter-evans/create-pull-request/compare/v4.2.2...v4.2.3) ##### What's Changed - fix: add check for missing token input by [@​peter-evans](https://togithub.com/peter-evans) in [https://github.com/peter-evans/create-pull-request/pull/1324](https://togithub.com/peter-evans/create-pull-request/pull/1324) **Full Changelog**: https://github.com/peter-evans/create-pull-request/compare/v4.2.2...v4.2.3 ### [`v4.2.2`](https://togithub.com/peter-evans/create-pull-request/releases/tag/v4.2.2): Create Pull Request v4.2.2 [Compare Source](https://togithub.com/peter-evans/create-pull-request/compare/v4.2.1...v4.2.2) ##### What's Changed - fix: support github server url for pushing to fork by [@​peter-evans](https://togithub.com/peter-evans) in [https://github.com/peter-evans/create-pull-request/pull/1318](https://togithub.com/peter-evans/create-pull-request/pull/1318) ##### New Contributors - [@​kevinzhu-sa](https://togithub.com/kevinzhu-sa) made their first contribution in [https://github.com/peter-evans/create-pull-request/pull/1315](https://togithub.com/peter-evans/create-pull-request/pull/1315) **Full Changelog**: https://github.com/peter-evans/create-pull-request/compare/v4.2.1...v4.2.2
--- ### Configuration 📅 **Schedule**: 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 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://app.renovatebot.com/dashboard#github/levaintech/keychain). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/expo-dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/expo-dependencies.yml b/.github/workflows/expo-dependencies.yml index 770a5cc..390e1e7 100644 --- a/.github/workflows/expo-dependencies.yml +++ b/.github/workflows/expo-dependencies.yml @@ -25,7 +25,7 @@ jobs: working-directory: ./app - name: Create Pull Request - uses: peter-evans/create-pull-request@d7db273d6c7206ba99224e659c982ae34a1025e3 # v4.2.1 + uses: peter-evans/create-pull-request@38e0b6e68b4c852a5500a94740f0e535e0d7ba54 # v4.2.4 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: 'bump(deps): `expo-cli upgrade` dependencies'