build(deps): bump actions/github-script from 6.4.1 to 7.0.0

Bumps [actions/github-script](https://github.com/actions/github-script) from 6.4.1 to 7.0.0.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v6.4.1...v7.0.0)

---
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>
This commit is contained in:
dependabot[bot]
2023-11-13 19:07:03 +00:00
committed by Quentin Gliech
parent 9802981c0e
commit 7ae509f0ad
+2 -2
View File
@@ -55,7 +55,7 @@ jobs:
run: npm version "${{ steps.next.outputs.version }}" --no-git-tag-version
- name: Commit and tag using the GitHub API
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.0
id: commit
env:
VERSION: ${{ steps.next.outputs.version }}
@@ -124,7 +124,7 @@ jobs:
return commit.data.sha;
- name: Update the refs
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.0
env:
VERSION: ${{ steps.next.outputs.version }}
COMMIT: ${{ steps.commit.outputs.result }}