From 4763561b3c570371df5ae221df6c6f2d89f467c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 13:13:24 +0800 Subject: [PATCH] bump(deps): update actions/github-script action to v6.3.2 (#111) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
actions/github-script ### [`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 [@​actions/core](https://togithub.com/actions/core) to 1.10.0 by [@​rentziass](https://togithub.com/rentziass) in [https://github.com/actions/github-script/pull/295](https://togithub.com/actions/github-script/pull/295) ##### New Contributors - [@​rentziass](https://togithub.com/rentziass) made their first contribution in [https://github.com/actions/github-script/pull/295](https://togithub.com/actions/github-script/pull/295) **Full Changelog**: https://github.com/actions/github-script/compare/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 [@​actions/github](https://togithub.com/actions/github) by [@​luketomlinson](https://togithub.com/luketomlinson) in [https://github.com/actions/github-script/pull/293](https://togithub.com/actions/github-script/pull/293) **Full Changelog**: https://github.com/actions/github-script/compare/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 [@​luketomlinson](https://togithub.com/luketomlinson) in [https://github.com/actions/github-script/pull/288](https://togithub.com/actions/github-script/pull/288), see https://github.com/actions/github-script/tree/v6.3.0#retries for more information. #### New Contributors - [@​luketomlinson](https://togithub.com/luketomlinson) made their first contribution in [https://github.com/actions/github-script/pull/288](https://togithub.com/actions/github-script/pull/288) **Full Changelog**: https://github.com/actions/github-script/compare/v6.2.0...v6.3.0
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release-docker.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-docker.yml b/.github/workflows/release-docker.yml index 8d908559..bbe01414 100644 --- a/.github/workflows/release-docker.yml +++ b/.github/workflows/release-docker.yml @@ -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: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e9c87b6b..8a72924f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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', '')