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:
parent
db520c9843
commit
839e53cec1
|
@ -28,7 +28,7 @@ jobs:
|
|||
|
||||
- name: Repo metadata
|
||||
id: repo
|
||||
uses: actions/github-script@v7.0.0
|
||||
uses: actions/github-script@v7.0.1
|
||||
with:
|
||||
script: |
|
||||
const repo = await github.rest.repos.get(context.repo)
|
||||
|
|
|
@ -76,7 +76,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Recreate tag
|
||||
uses: actions/github-script@v7.0.0
|
||||
uses: actions/github-script@v7.0.1
|
||||
with:
|
||||
script: |
|
||||
const tag = 'tags/${{ matrix.tag }}';
|
||||
|
@ -106,7 +106,7 @@ jobs:
|
|||
|
||||
- name: Repo metadata
|
||||
id: repo
|
||||
uses: actions/github-script@v7.0.0
|
||||
uses: actions/github-script@v7.0.1
|
||||
with:
|
||||
script: |
|
||||
const repo = await github.rest.repos.get(context.repo)
|
||||
|
|
Loading…
Reference in New Issue