Skip to content

Commit

Permalink
build(deps): bump actions/github-script (#612)
Browse files Browse the repository at this point in the history
Bumps the actions-dependencies group with 1 update: [actions/github-script](https://github.com/actions/github-script).


Updates `actions/github-script` from 4 to 7
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v4...v7)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 0bf0abc commit da8b8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ jobs:
- name: Delete old latest nightly release
if: startsWith(github.ref, 'refs/heads/master')
uses: actions/github-script@v4
uses: actions/github-script@v7
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
Expand Down

0 comments on commit da8b8ff

Please sign in to comment.