chore(deps): Bump actions/github-script from 5 to 6 (#720)
This commit is contained in:
parent
66ff963e0a
commit
0319b7e128
|
@ -24,7 +24,7 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Delete branch
|
||||
uses: actions/github-script@v5
|
||||
uses: actions/github-script@v6
|
||||
with:
|
||||
script: |
|
||||
await github.request('DELETE /repos/{owner}/{repo}/git/refs/{ref}', {
|
||||
|
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
- run: npm install semver
|
||||
|
||||
- name: Get latest release version
|
||||
uses: actions/github-script@v5
|
||||
uses: actions/github-script@v6
|
||||
id: get-latest-release
|
||||
with:
|
||||
script: |
|
||||
|
|
Loading…
Reference in New Issue