Skip to content

Commit 4dd8389

Browse files
authored
Fix Node.js 20 deprecation: update actions/github-script@v7 to @v7.0.1
1 parent fab8928 commit 4dd8389

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727

2828
- name: Wait for checks to complete
29-
uses: actions/github-script@v7
29+
uses: actions/github-script@v7.0.1
3030
id: wait-checks
3131
with:
3232
script: |

0 commit comments

Comments
 (0)