mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Merge pull request #2138 from theupdateframework/dependabot/github_actions/actions/github-script-6.3.3
build(deps): bump actions/github-script from 6.3.2 to 6.3.3
This commit is contained in:
commit
bbbcac38cc
2 changed files with 2 additions and 2 deletions
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
|
|
@ -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({
|
||||
|
|
|
|||
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Reference in a new issue