chore(deps): Bump actions/github-script from 6 to 7 (#936)
This commit is contained in:
parent
735cc1456e
commit
030bbe7134
|
@ -32,7 +32,7 @@ jobs:
|
||||||
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
|
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
|
||||||
|
|
||||||
- name: Delete branch
|
- name: Delete branch
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v7
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
await github.request('DELETE /repos/{owner}/{repo}/git/refs/{ref}', {
|
await github.request('DELETE /repos/{owner}/{repo}/git/refs/{ref}', {
|
||||||
|
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
- run: npm install semver
|
- run: npm install semver
|
||||||
|
|
||||||
- name: Get latest release version
|
- name: Get latest release version
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v7
|
||||||
id: get-latest-release
|
id: get-latest-release
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
|
|
Loading…
Reference in New Issue