Skip to content

Commit 6e58326

Browse files
committed
chore: update github-script to latest version for Node.js 24
- Bump actions/github-script from v7 to v7.0.1 - Prepares for Node.js 24 default on June 2, 2026 - Removes Node.js 20 deprecation warning Made-with: Cursor
1 parent 7868091 commit 6e58326

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/monthly-reminder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
issues: write
1313
steps:
1414
- name: Create reminder issue
15-
uses: actions/github-script@v7
15+
uses: actions/github-script@v7.0.1
1616
with:
1717
script: |
1818
github.rest.issues.create({

0 commit comments

Comments
 (0)