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.1.1 to 6.2.0
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](d50f485531...c713e510db)
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f381244b28
commit
de8f97f283
3 changed files with 3 additions and 3 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@d50f485531ba88479582bc2da03ff424389af5c1
|
||||
uses: actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66
|
||||
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@d50f485531ba88479582bc2da03ff424389af5c1
|
||||
- uses: actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66
|
||||
with:
|
||||
script: |
|
||||
await github.rest.issues.create({
|
||||
|
|
|
|||
2
.github/workflows/specification-version.yml
vendored
2
.github/workflows/specification-version.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
ver=$(python3 -c "$script")
|
||||
echo "::set-output name=version::$ver"
|
||||
- name: Open issue (if needed)
|
||||
uses: actions/github-script@d50f485531ba88479582bc2da03ff424389af5c1
|
||||
uses: actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66
|
||||
with:
|
||||
script: |
|
||||
const release = await github.rest.repos.getLatestRelease({
|
||||
|
|
|
|||
Loading…
Reference in a new issue