Skip to content

Commit c7a8ae0

Browse files
chore(deps): bump actions/github-script from 8 to 9 (#2196)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c5e4909 commit c7a8ae0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/issue-comment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Check labels of issue
1414
id: check_labels
15-
uses: actions/github-script@v8
15+
uses: actions/github-script@v9
1616
with:
1717
github-token: ${{ secrets.GITHUB_TOKEN }}
1818
script: |
@@ -42,7 +42,7 @@ jobs:
4242
# action removes the label when the automatic reminder message gets sent.
4343
- name: Remove `waiting for user response` label if exists
4444
if: steps.check_labels.outputs.result == 'true'
45-
uses: actions/github-script@v8
45+
uses: actions/github-script@v9
4646
with:
4747
github-token: ${{ secrets.GITHUB_TOKEN }}
4848
script: |

0 commit comments

Comments
 (0)