Skip to content

Commit 0a19011

Browse files
authored
Merge pull request #430 from ember-tooling/dependabot/github_actions/actions/github-script-9
build(deps): bump actions/github-script from 8 to 9
2 parents b9069d8 + 40b2209 commit 0a19011

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nightly.yml

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

3232
- name: Create or comment on issue
3333
if: failure()
34-
uses: actions/github-script@v8
34+
uses: actions/github-script@v9
3535
with:
3636
script: |
3737
const issueTitle = 'Nightly Prettier Latest Test Failed';

0 commit comments

Comments
 (0)