From 39b823afe420aeab35377248fbb31a436fa476d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 10:19:05 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 6.3.1 to 6.3.2 Bumps [actions/github-script](https://github.com/actions/github-script) from 6.3.1 to 6.3.2. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/7dff1a87643417cf3b95bb10b29f4c4bc60d8ebd...100527700e8b29ca817ac0e0dfbfc5e8ff38edda) --- 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 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 4d35e796..85aa2467 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@7dff1a87643417cf3b95bb10b29f4c4bc60d8ebd + uses: actions/github-script@100527700e8b29ca817ac0e0dfbfc5e8ff38edda with: script: | await github.rest.repos.updateRelease({ diff --git a/.github/workflows/maintainer-permissions-reminder.yml b/.github/workflows/maintainer-permissions-reminder.yml index d3333ea6..b3120c90 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@7dff1a87643417cf3b95bb10b29f4c4bc60d8ebd + - uses: actions/github-script@100527700e8b29ca817ac0e0dfbfc5e8ff38edda with: script: | await github.rest.issues.create({