Skip to content

Commit 67a5fca

Browse files
build(deps): bump actions/github-script from 6.3.2 to 6.3.3
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.3.2 to 6.3.3. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@1005277...d556fea) --- 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>
1 parent 7e51f35 commit 67a5fca

2 files changed

Lines changed: 2 additions & 2 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@100527700e8b29ca817ac0e0dfbfc5e8ff38edda
76+
uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0
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@100527700e8b29ca817ac0e0dfbfc5e8ff38edda
16+
- uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0
1717
with:
1818
script: |
1919
await github.rest.issues.create({

0 commit comments

Comments
 (0)