Skip to content

Commit 8c1196e

Browse files
chore(deps): bump actions/github-script from 8 to 9 (#4937)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vlad <13818348+walldiss@users.noreply.github.com>
1 parent 8819b4e commit 8c1196e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/detect-breaking.yml

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

3131
- name: Add breaking label
3232
if: steps.detect.outcome == 'failure'
33-
uses: actions/github-script@v8
33+
uses: actions/github-script@v9
3434
with:
3535
script: |
3636
await github.rest.issues.addLabels({
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Remove breaking label
4444
if: steps.detect.outcome == 'success'
45-
uses: actions/github-script@v8
45+
uses: actions/github-script@v9
4646
continue-on-error: true
4747
with:
4848
script: |

0 commit comments

Comments
 (0)