Skip to content

Commit

Permalink
bump(deps): update peter-evans/create-pull-request action to v6.0.5 (#…
Browse files Browse the repository at this point in the history
…295)

[![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 | `v6.0.4` -> `v6.0.5` |

---

### Release Notes

<details>
<summary>peter-evans/create-pull-request
(peter-evans/create-pull-request)</summary>

###
[`v6.0.5`](https://togithub.com/peter-evans/create-pull-request/releases/tag/v6.0.5):
Create Pull Request v6.0.5

[Compare
Source](https://togithub.com/peter-evans/create-pull-request/compare/v6.0.4...v6.0.5)

⚙️ Fixes an issue with proxy support for users that run self-hosted
behind a proxy.

##### What's Changed

- fix: update proxy support to follow octokit change to fetch api by
[@&#8203;peter-evans](https://togithub.com/peter-evans) in
[https://github.com/peter-evans/create-pull-request/pull/2867](https://togithub.com/peter-evans/create-pull-request/pull/2867)

**Full Changelog**:
peter-evans/create-pull-request@v6.0.4...v6.0.5

</details>

---

### 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.

---

- [ ] <!-- 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/fuxingloh/multi-labeler).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 27, 2024
1 parent a998ee5 commit 05b61f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
app_id: ${{ secrets.WORKFLOW_APP_ID }}
private_key: ${{ secrets.WORKFLOW_PRIVATE_KEY }}

- uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83 # v6.0.4
- uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5
with:
token: ${{ steps.app.outputs.token }}
commit-message: 'chore(ci): npm run package'
Expand Down

0 comments on commit 05b61f3

Please sign in to comment.