Skip to content

Commit 04cf0cf

Browse files
⬆ Bump actions/github-script from 8 to 9
Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c24effe commit 04cf0cf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/issue-formatter.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Rewrite issue body
1515
id: body
16-
uses: actions/github-script@v8
16+
uses: actions/github-script@v9
1717
env:
1818
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
1919
with:
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Rewrite issue title
6868
id: title
69-
uses: actions/github-script@v8
69+
uses: actions/github-script@v9
7070
env:
7171
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
7272
with:
@@ -110,7 +110,7 @@ jobs:
110110
return data.choices[0].message.content.replace(/^["']|["']$/g, '');
111111
112112
- name: Update issue
113-
uses: actions/github-script@v8
113+
uses: actions/github-script@v9
114114
with:
115115
script: |
116116
const formattedBody = ${{ steps.body.outputs.result }};

0 commit comments

Comments
 (0)