mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
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:
parent
28b027815e
commit
39b823afe4
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@7dff1a87643417cf3b95bb10b29f4c4bc60d8ebd
|
||||
uses: actions/github-script@100527700e8b29ca817ac0e0dfbfc5e8ff38edda
|
||||
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@7dff1a87643417cf3b95bb10b29f4c4bc60d8ebd
|
||||
- uses: actions/github-script@100527700e8b29ca817ac0e0dfbfc5e8ff38edda
|
||||
with:
|
||||
script: |
|
||||
await github.rest.issues.create({
|
||||
|
|
|
|||
Loading…
Reference in a new issue