Skip to content

Commit

Permalink
update script to 701 (#27994)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnojima authored Sep 25, 2024
1 parent 3856667 commit b0037da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- name: Check issue body and close if necessary
uses: actions/github-script@v6
uses: actions/github-script@v7.0.1
with:
script: |
const issueBody = context.payload.issue.body || '';
Expand Down

0 comments on commit b0037da

Please sign in to comment.