From de8f97f28387557453fba301259c91c8cd78f26b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 10:24:16 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 6.1.1 to 6.2.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 6.1.1 to 6.2.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/d50f485531ba88479582bc2da03ff424389af5c1...c713e510dbd7d213d92d41b7a7805a986f4c5c66) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 2 +- .github/workflows/maintainer-permissions-reminder.yml | 2 +- .github/workflows/specification-version.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index b44dc980..ab378824 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -73,7 +73,7 @@ jobs: password: ${{ secrets.PYPI_API_TOKEN }} - name: Finalize GitHub release - uses: actions/github-script@d50f485531ba88479582bc2da03ff424389af5c1 + uses: actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66 with: script: | await github.rest.repos.updateRelease({ diff --git a/.github/workflows/maintainer-permissions-reminder.yml b/.github/workflows/maintainer-permissions-reminder.yml index 62728335..b619b4d4 100644 --- a/.github/workflows/maintainer-permissions-reminder.yml +++ b/.github/workflows/maintainer-permissions-reminder.yml @@ -13,7 +13,7 @@ jobs: name: File issue to review maintainer permissions runs-on: ubuntu-latest steps: - - uses: actions/github-script@d50f485531ba88479582bc2da03ff424389af5c1 + - uses: actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66 with: script: | await github.rest.issues.create({ diff --git a/.github/workflows/specification-version.yml b/.github/workflows/specification-version.yml index 0c45e769..cdec9d03 100644 --- a/.github/workflows/specification-version.yml +++ b/.github/workflows/specification-version.yml @@ -25,7 +25,7 @@ jobs: ver=$(python3 -c "$script") echo "::set-output name=version::$ver" - name: Open issue (if needed) - uses: actions/github-script@d50f485531ba88479582bc2da03ff424389af5c1 + uses: actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66 with: script: | const release = await github.rest.repos.getLatestRelease({