Bump actions/github-script from 6 to 7

Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v6...v7)

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

Signed-off-by: dependabot[bot] <support@github.com>
main
dependabot[bot] 2 years ago committed by Miloš Komarčević
parent e9ba89411b
commit f6c8e7630f

@ -175,7 +175,7 @@ jobs:
- name: Cleanup old nightly - name: Cleanup old nightly
if: env.TAG_NAME == 'nightly' if: env.TAG_NAME == 'nightly'
uses: actions/github-script@v6 uses: actions/github-script@v7
with: with:
script: | script: |
try{ try{

Loading…
Cancel
Save