Skip to content

Commit

Permalink
build(deps): bump actions/github-script from 6.0.0 to 6.1.0
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@9ac0880...7a5c598)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 13, 2022
1 parent 8023509 commit 78dc59b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
password: ${{ secrets.PYPI_API_TOKEN }}

- name: Finalize GitHub release
uses: actions/github-script@9ac08808f993958e9de277fe43a64532a609130e
uses: actions/github-script@7a5c598405937d486b0331594b5da2b14db670da
with:
script: |
await github.rest.repos.updateRelease({
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maintainer-permissions-reminder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: File issue to review maintainer permissions
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@9ac08808f993958e9de277fe43a64532a609130e
- uses: actions/github-script@7a5c598405937d486b0331594b5da2b14db670da
with:
script: |
await github.rest.issues.create({
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/specification-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
ver=$(python3 -c "$script")
echo "::set-output name=version::$ver"
- name: Open issue (if needed)
uses: actions/github-script@9ac08808f993958e9de277fe43a64532a609130e
uses: actions/github-script@7a5c598405937d486b0331594b5da2b14db670da
with:
script: |
const release = await github.rest.repos.getLatestRelease({
Expand Down

0 comments on commit 78dc59b

Please sign in to comment.