Skip to content

Commit 43d16db

Browse files
authored
chore: bump github-script to latest (#47)
This is causing a deprecation warning now: ``` Node.js 20 actions are deprecated. ```
1 parent da3746c commit 43d16db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ runs:
177177
echo "$delimiter" >> $GITHUB_OUTPUT
178178
shell: bash
179179

180-
- uses: actions/github-script@v7
180+
- uses: actions/github-script@v8
181181
if: ${{ inputs.post_comment == 'true' || inputs.post_comment == 'update' || ( inputs.post_comment == 'nonzero' && steps.check.outputs.returncode != 0 ) }}
182182
with:
183183
github-token: ${{ inputs.github_token }}

0 commit comments

Comments
 (0)