Skip to content

Commit fe3fa79

Browse files
author
Lukas Pühringer
authored
Merge pull request #2355 from theupdateframework/dependabot/github_actions/actions/github-script-6.4.1
build(deps): bump actions/github-script from 6.4.0 to 6.4.1
2 parents 5610718 + 63da19d commit fe3fa79

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)