From 67a5fca932f531e7a06903f03f1672de153f6bd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 10:16:54 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 6.3.2 to 6.3.3 Bumps [actions/github-script](https://github.com/actions/github-script) from 6.3.2 to 6.3.3. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/100527700e8b29ca817ac0e0dfbfc5e8ff38edda...d556feaca394842dc55e4734bf3bb9f685482fa0) --- 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 85aa2467..a61b8662 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@100527700e8b29ca817ac0e0dfbfc5e8ff38edda + uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 with: script: | await github.rest.repos.updateRelease({ diff --git a/.github/workflows/maintainer-permissions-reminder.yml b/.github/workflows/maintainer-permissions-reminder.yml index b3120c90..e7273a6e 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@100527700e8b29ca817ac0e0dfbfc5e8ff38edda + - uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 with: script: | await github.rest.issues.create({