Skip to content

Commit b9a0724

Browse files
⬆️ Upgrade actions/github-script action to v8 (#149)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 57f7d3a commit b9a0724

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)