From e27dce0f5f891482328361184d84e41627ff4437 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 10:19:37 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 6.1.0 to 6.1.1 Bumps [actions/github-script](https://github.com/actions/github-script) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/7a5c598405937d486b0331594b5da2b14db670da...d50f485531ba88479582bc2da03ff424389af5c1) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-patch ... 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 8d2d0a3cf3..b44dc9807a 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@7a5c598405937d486b0331594b5da2b14db670da + uses: actions/github-script@d50f485531ba88479582bc2da03ff424389af5c1 with: script: | await github.rest.repos.updateRelease({ diff --git a/.github/workflows/maintainer-permissions-reminder.yml b/.github/workflows/maintainer-permissions-reminder.yml index 2e8feec311..62728335a6 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@7a5c598405937d486b0331594b5da2b14db670da + - uses: actions/github-script@d50f485531ba88479582bc2da03ff424389af5c1 with: script: | await github.rest.issues.create({ diff --git a/.github/workflows/specification-version.yml b/.github/workflows/specification-version.yml index 18cd1c3009..0c45e76963 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@7a5c598405937d486b0331594b5da2b14db670da + uses: actions/github-script@d50f485531ba88479582bc2da03ff424389af5c1 with: script: | const release = await github.rest.repos.getLatestRelease({