Skip to content

Commit 63da19d

Browse files
build(deps): bump actions/github-script from 6.4.0 to 6.4.1
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.4.0 to 6.4.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@98814c5...d7906e4) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 16ffdb0 commit 63da19d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
- id: gh-release
6161
name: Publish GitHub release draft
62-
uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975
62+
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410
6363
with:
6464
script: |
6565
fs = require('fs')
@@ -108,7 +108,7 @@ jobs:
108108
password: ${{ secrets.PYPI_API_TOKEN }}
109109

110110
- name: Finalize GitHub release
111-
uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975
111+
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410
112112
with:
113113
script: |
114114
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@98814c53be79b1d30f795b907e553d8679345975
16+
- uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410
1717
with:
1818
script: |
1919
await github.rest.issues.create({

0 commit comments

Comments
 (0)