Skip to content

Commit

Permalink
chore(deps): update actions/github-script action to v6.4.1 (#194)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/github-script](https://togithub.com/actions/github-script) |
action | patch | `v6.4.0` -> `v6.4.1` |

---

### Release Notes

<details>
<summary>actions/github-script</summary>

###
[`v6.4.1`](https://togithub.com/actions/github-script/releases/tag/v6.4.1)

[Compare
Source](https://togithub.com/actions/github-script/compare/v6.4.0...v6.4.1)

##### What's Changed

- Add
[@&#8203;octokit/plugin-request-log](https://togithub.com/octokit/plugin-request-log),
to produce debug output for requests by
[@&#8203;mjpieters](https://togithub.com/mjpieters) in
[actions/github-script#358
- fix input handling by
[@&#8203;mjpieters](https://togithub.com/mjpieters) in
[actions/github-script#357
- Remove unused dependencies by
[@&#8203;mjpieters](https://togithub.com/mjpieters) in
[actions/github-script#356
- Default debug to current runner debug state by
[@&#8203;mjpieters](https://togithub.com/mjpieters) in
[actions/github-script#363

##### New Contributors

- [@&#8203;mjpieters](https://togithub.com/mjpieters) made their first
contribution in
[actions/github-script#358

**Full Changelog**:
actions/github-script@v6.4.0...v6.4.1

</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://app.renovatebot.com/dashboard#github/JoshuaKGoldberg/ts-api-utils).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4zNy4xIiwidXBkYXRlZEluVmVyIjoiMzUuMzcuMSJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 8, 2023
1 parent 956312a commit c0b6820
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/protect-main/action.yml
Expand Up @@ -9,7 +9,7 @@ runs:
using: "composite"
steps:
- name: Recreate branch protection on main
uses: actions/github-script@v6.4.0
uses: actions/github-script@v6.4.1
with:
github-token: ${{ inputs.ACCESS_TOKEN }}
# Note: keep this inline script in sync with script/setup.js!
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/unprotect-main/action.yml
Expand Up @@ -9,7 +9,7 @@ runs:
using: "composite"
steps:
- name: Delete branch protection on main
uses: actions/github-script@v6.4.0
uses: actions/github-script@v6.4.1
with:
github-token: ${{ inputs.ACCESS_TOKEN }}
script: |
Expand Down

0 comments on commit c0b6820

Please sign in to comment.