ci(action): bump actions/github-script from 7.0.0 to 7.0.1

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-11-20 11:05:12 +00:00 committed by GitHub
parent db520c9843
commit 839e53cec1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

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

View File

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