Skip to content

Commit 788189c

Browse files
authored
Bump github-script action (#2642)
1 parent 1b0fdb5 commit 788189c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/issue_action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Label if possible duplicate
3535
if: steps.similarity.outputs.similar-issues-found =='true'
36-
uses: actions/github-script@v8
36+
uses: actions/github-script@v9
3737
with:
3838
github-token: ${{ steps.generate_token.outputs.token }}
3939
script: |
@@ -79,7 +79,7 @@ jobs:
7979
8080
- name: Label if mentions provider
8181
if: steps.provider_check.outputs.name != 'none'
82-
uses: actions/github-script@v8
82+
uses: actions/github-script@v9
8383
with:
8484
github-token: ${{ steps.generate_token.outputs.token }}
8585
script: |

0 commit comments

Comments
 (0)