Skip to content

Commit bbbcac3

Browse files
authored
Merge pull request #2138 from theupdateframework/dependabot/github_actions/actions/github-script-6.3.3
build(deps): bump actions/github-script from 6.3.2 to 6.3.3
2 parents e2cec67 + 67a5fca commit bbbcac3

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)