ci(action): 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-14 11:33:40 +00:00 committed by Conicaw
parent f37d514250
commit 1a9af916a9
No known key found for this signature in database
GPG Key ID: 15A9B0EA9098ABAB
2 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ jobs:
- name: Repo metadata
id: repo
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.0
with:
script: |
const repo = await github.rest.repos.get(context.repo)

View File

@ -76,7 +76,7 @@ jobs:
steps:
- name: Recreate tag
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.0
with:
script: |
const tag = 'tags/${{ matrix.tag }}';
@ -106,7 +106,7 @@ jobs:
- name: Repo metadata
id: repo
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.0
with:
script: |
const repo = await github.rest.repos.get(context.repo)