Skip to content

Commit

Permalink
Merge pull request #2088 from theupdateframework/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/actions/github-script-6.2.0

build(deps): bump actions/github-script from 6.1.1 to 6.2.0
  • Loading branch information
jku authored Aug 29, 2022
2 parents f381244 + de8f97f commit 4cb5b35
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@d50f485531ba88479582bc2da03ff424389af5c1
uses: actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66
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@d50f485531ba88479582bc2da03ff424389af5c1
- uses: actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66
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@d50f485531ba88479582bc2da03ff424389af5c1
uses: actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66
with:
script: |
const release = await github.rest.repos.getLatestRelease({
Expand Down

0 comments on commit 4cb5b35

Please sign in to comment.