chore(deps): Bump actions/github-script from 6 to 7 (#936)

This commit is contained in:
dependabot[bot] 2023-11-20 07:31:38 +00:00 committed by GitHub
parent 735cc1456e
commit 030bbe7134
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ jobs:
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
- name: Delete branch
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
await github.request('DELETE /repos/{owner}/{repo}/git/refs/{ref}', {

View File

@ -24,7 +24,7 @@ jobs:
- run: npm install semver
- name: Get latest release version
uses: actions/github-script@v6
uses: actions/github-script@v7
id: get-latest-release
with:
script: |