mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
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:
commit
4eea38da42
2 changed files with 2 additions and 2 deletions
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
|
|
@ -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({
|
||||
|
|
|
|||
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Reference in a new issue