Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
bump(deps): update actions/github-script action to v6.4.1 (#129)
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 | minor | `v6.3.3` -> `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

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

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

##### What's Changed

- Bump json5 from 2.1.3 to 2.2.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/github-script/pull/319](https://togithub.com/actions/github-script/pull/319)
- Bump minimatch from 3.0.4 to 3.1.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/actions/github-script/pull/320](https://togithub.com/actions/github-script/pull/320)
- Add node-fetch by
[@&#8203;danmichaelo](https://togithub.com/danmichaelo) in
[https://github.com/actions/github-script/pull/321](https://togithub.com/actions/github-script/pull/321)

##### New Contributors

- [@&#8203;jongwooo](https://togithub.com/jongwooo) made their first
contribution in
[https://github.com/actions/github-script/pull/313](https://togithub.com/actions/github-script/pull/313)
- [@&#8203;austinvazquez](https://togithub.com/austinvazquez) made their
first contribution in
[https://github.com/actions/github-script/pull/306](https://togithub.com/actions/github-script/pull/306)
- [@&#8203;danmichaelo](https://togithub.com/danmichaelo) made their
first contribution in
[https://github.com/actions/github-script/pull/321](https://togithub.com/actions/github-script/pull/321)

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

</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://app.renovatebot.com/dashboard#github/BirthdayResearch/sticky).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4zNC4xIiwidXBkYXRlZEluVmVyIjoiMzUuMzQuMSJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 10, 2023
1 parent 7c67c56 commit a8629da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
result: ${{ steps.version.outputs.result }}
steps:
- id: version
uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 # tag=v6.3.3
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
with:
script: |
const semver = context.ref.replace('refs/tags/v', '')
Expand Down

0 comments on commit a8629da

Please sign in to comment.