Skip to content

Commit 0c8d8f6

Browse files
⬆️ Upgrade actions/github-script action to v8
1 parent 57f7d3a commit 0c8d8f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_autoapprove.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
)
1818
1919
steps:
20-
- uses: actions/github-script@v7
20+
- uses: actions/github-script@v8
2121
with:
2222
script: |
2323
const pr = context.payload.pull_request

0 commit comments

Comments
 (0)