mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-14 12:35:15 +00:00
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:
committed by
Quentin Gliech
parent
9802981c0e
commit
7ae509f0ad
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user