From f2fff3356689a83dbcd4727b037f754eb5fe8552 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 10:05:30 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 6.3.3 to 6.4.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 6.3.3 to 6.4.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/d556feaca394842dc55e4734bf3bb9f685482fa0...98814c53be79b1d30f795b907e553d8679345975) --- 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 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index ff807815..54c25ed8 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -90,7 +90,7 @@ jobs: password: ${{ secrets.PYPI_API_TOKEN }} - name: Finalize GitHub release - uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 + uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 with: script: | await github.rest.repos.updateRelease({ diff --git a/.github/workflows/maintainer-permissions-reminder.yml b/.github/workflows/maintainer-permissions-reminder.yml index e7273a6e..ff7ddfb6 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@d556feaca394842dc55e4734bf3bb9f685482fa0 + - uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 with: script: | await github.rest.issues.create({