Skip to content

Commit fb56602

Browse files
authored
Merge pull request #7177 from elizaOS/renovate/actions-github-script-9.x
chore(deps): update actions/github-script action to v9
2 parents 0ea9298 + 2487dcf commit fb56602

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
if: github.event_name == 'issues'
2626
runs-on: ubuntu-24.04
2727
steps:
28-
- uses: actions/github-script@v7
28+
- uses: actions/github-script@v9
2929
with:
3030
script: |
3131
const title = context.payload.issue.title.toLowerCase();

0 commit comments

Comments
 (0)