Skip to content

Commit bfadc7d

Browse files
chore(deps): update actions/github-script action to v8
1 parent a5e6480 commit bfadc7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version: '22'
2525

2626
- name: Wait for all checks to pass
27-
uses: actions/github-script@v7
27+
uses: actions/github-script@v8
2828
with:
2929
script: |
3030
const pr = context.payload.pull_request;
@@ -38,7 +38,7 @@ jobs:
3838
}
3939
4040
- name: Merge the pull request
41-
uses: actions/github-script@v7
41+
uses: actions/github-script@v8
4242
with:
4343
script: |
4444
await github.pulls.merge({

0 commit comments

Comments
 (0)