Skip to content

Commit ba790bb

Browse files
chore(deps): Bump actions/github-script from 7 to 8 (#1107)
1 parent 4d966e1 commit ba790bb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
3333

3434
- name: Delete branch
35-
uses: actions/github-script@v7
35+
uses: actions/github-script@v8
3636
with:
3737
script: |
3838
await github.request('DELETE /repos/{owner}/{repo}/git/refs/{ref}', {

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- run: npm install semver
3434

3535
- name: Get latest release version
36-
uses: actions/github-script@v7
36+
uses: actions/github-script@v8
3737
id: get-latest-release
3838
with:
3939
script: |

0 commit comments

Comments
 (0)