Skip to content

Commit e9d1196

Browse files
author
Lukas Pühringer
authored
Merge pull request #2006 from theupdateframework/dependabot/github_actions/actions/github-script-6.1.0
build(deps): bump actions/github-script from 6.0.0 to 6.1.0
2 parents 0a0f2dd + 78dc59b commit e9d1196

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)