Skip to content

Commit 78dc59b

Browse files
build(deps): bump actions/github-script from 6.0.0 to 6.1.0
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@9ac0880...7a5c598) --- 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>
1 parent 8023509 commit 78dc59b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
password: ${{ secrets.PYPI_API_TOKEN }}
7474

7575
- name: Finalize GitHub release
76-
uses: actions/github-script@9ac08808f993958e9de277fe43a64532a609130e
76+
uses: actions/github-script@7a5c598405937d486b0331594b5da2b14db670da
7777
with:
7878
script: |
7979
await github.rest.repos.updateRelease({

.github/workflows/maintainer-permissions-reminder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: File issue to review maintainer permissions
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/github-script@9ac08808f993958e9de277fe43a64532a609130e
16+
- uses: actions/github-script@7a5c598405937d486b0331594b5da2b14db670da
1717
with:
1818
script: |
1919
await github.rest.issues.create({

.github/workflows/specification-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
ver=$(python3 -c "$script")
2626
echo "::set-output name=version::$ver"
2727
- name: Open issue (if needed)
28-
uses: actions/github-script@9ac08808f993958e9de277fe43a64532a609130e
28+
uses: actions/github-script@7a5c598405937d486b0331594b5da2b14db670da
2929
with:
3030
script: |
3131
const release = await github.rest.repos.getLatestRelease({

0 commit comments

Comments
 (0)