Skip to content

Commit c4da3e5

Browse files
chore(deps): update actions/github-script action to v6.4.1 (#365)
[![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 [https://github.com/actions/github-script/pull/358](https://togithub.com/actions/github-script/pull/358) - fix input handling by [@&#8203;mjpieters](https://togithub.com/mjpieters) in [https://github.com/actions/github-script/pull/357](https://togithub.com/actions/github-script/pull/357) - Remove unused dependencies by [@&#8203;mjpieters](https://togithub.com/mjpieters) in [https://github.com/actions/github-script/pull/356](https://togithub.com/actions/github-script/pull/356) - Default debug to current runner debug state by [@&#8203;mjpieters](https://togithub.com/mjpieters) in [https://github.com/actions/github-script/pull/363](https://togithub.com/actions/github-script/pull/363) #### New Contributors - [@&#8203;mjpieters](https://togithub.com/mjpieters) made their first contribution in [https://github.com/actions/github-script/pull/358](https://togithub.com/actions/github-script/pull/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/template-typescript-node-package). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4zNy4xIiwidXBkYXRlZEluVmVyIjoiMzUuMzcuMSJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5f1b488 commit c4da3e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1818
run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
1919
- name: Delete branch protection on main
20-
uses: actions/[email protected].0
20+
uses: actions/[email protected].1
2121
with:
2222
github-token: ${{ secrets.ACCESS_TOKEN }}
2323
script: |
@@ -35,7 +35,7 @@ jobs:
3535
run: if pnpm run should-semantic-release ; then pnpm release-it --verbose ; fi
3636
- if: always()
3737
name: Recreate branch protection on main
38-
uses: actions/[email protected].0
38+
uses: actions/[email protected].1
3939
with:
4040
github-token: ${{ secrets.ACCESS_TOKEN }}
4141
# Note: keep this inline script in sync with script/setup.js!

0 commit comments

Comments
 (0)