Skip to content

Commit

Permalink
chore(deps): update actions/github-script action to v4.2.0 (#1246)
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 | `v4.1.0` -> `v4.2.0` |

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/actions/github-script/compare/v4.1.1...v4.2.0)

##### What's Changed

- Upgrade [@&#8203;actions/core](https://togithub.com/actions/core) to
1.10.0 for v4 by [@&#8203;rentziass](https://togithub.com/rentziass) in
[actions/github-script#349

**Full Changelog**:
actions/github-script@v4.1.1...v4.2.0

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

[Compare
Source](https://togithub.com/actions/github-script/compare/v4.1.0...v4.1.1)

##### What's Changed

- Update minor versions of dependencies by
[@&#8203;joshmgross](https://togithub.com/joshmgross) in
[actions/github-script#192

**Full Changelog**:
actions/github-script@v4.1.0...v4.1.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://developer.mend.io/github/newrelic/helm-charts).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 23, 2024
1 parent b200897 commit d321053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/repolinter.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: Test Default Branch
id: default-branch
uses: actions/github-script@v4.1.0
uses: actions/github-script@v4.2.0
with:
script: |
const data = await github.repos.get(context.repo)
Expand Down

0 comments on commit d321053

Please sign in to comment.