build(deps): 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:
committed by
Quentin Gliech
parent
90a6b64c88
commit
37e5fc5015
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@@ -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@v7.0.0
|
||||
uses: actions/github-script@v7.0.1
|
||||
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@v7.0.0
|
||||
uses: actions/github-script@v7.0.1
|
||||
env:
|
||||
VERSION: ${{ steps.next.outputs.version }}
|
||||
COMMIT: ${{ steps.commit.outputs.result }}
|
||||
|
||||
Reference in New Issue
Block a user