Skip to content

Commit f866ad1

Browse files
authored
Merge pull request #236 from wp-cli/dependabot/github_actions/actions/github-script-9.0.0
Bump actions/github-script from 8.0.0 to 9.0.0
2 parents 31b2ba4 + 22878c6 commit f866ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-welcome-new-contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: Welcome New Contributor
3333
if: steps.bot-author-check.outputs.result != 'true' && steps.first-pr-check.outputs.result == 'true'
34-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
34+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
3535
with:
3636
script: |
3737
const message = [

0 commit comments

Comments
 (0)