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](7dff1a8764...100527700e)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-10-12 10:19:05 +00:00 committed by GitHub
parent 28b027815e
commit 39b823afe4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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({

View file

@ -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({