Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
bump(deps): update actions/github-script action to v6.3.2 (#111)
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.2.0` -> `v6.3.2` |

---

### Release Notes

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

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

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

##### What's Changed

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

##### New Contributors

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

**Full Changelog**:
actions/github-script@v6.3.1...v6.3.2

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

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

#### What's Changed

- Fix overriding request options from
[@&#8203;actions/github](https://togithub.com/actions/github) by
[@&#8203;luketomlinson](https://togithub.com/luketomlinson) in
[actions/github-script#293

**Full Changelog**:
actions/github-script@v6.3.0...v6.3.1

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

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

#### What's Changed

- Add retry plugin and related options by
[@&#8203;luketomlinson](https://togithub.com/luketomlinson) in
[actions/github-script#288,
see https://github.com/actions/github-script/tree/v6.3.0#retries for
more information.

#### New Contributors

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

**Full Changelog**:
actions/github-script@v6.2.0...v6.3.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, click
this checkbox.

---

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/DeFiCh/metachain).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 12, 2022
1 parent 15844ab commit 4763561
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-docker.yml
Expand Up @@ -67,7 +67,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Tags
uses: actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66 # tag=v6.2.0
uses: actions/github-script@100527700e8b29ca817ac0e0dfbfc5e8ff38edda # tag=v6.3.2
id: tags
with:
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
result: ${{ steps.version.outputs.result }}
steps:
- id: version
uses: actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66 # tag=v6.2.0
uses: actions/github-script@100527700e8b29ca817ac0e0dfbfc5e8ff38edda # tag=v6.3.2
with:
script: |
const semver = context.ref.replace('refs/tags/v', '')
Expand Down

0 comments on commit 4763561

Please sign in to comment.