Merge pull request #2285 from theupdateframework/dependabot/github_actions/actions/github-script-6.4.0

build(deps): bump actions/github-script from 6.3.3 to 6.4.0
This commit is contained in:
Jussi Kukkonen 2023-02-02 12:56:21 +02:00 committed by GitHub
commit 4eea38da42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

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