Skip to content

Commit 2a39240

Browse files
chore(deps): update actions/github-script action to v8 (#3110)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7a9b205 commit 2a39240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Check PR labels
2121
if: github.event_name == 'pull_request'
2222
id: check-labels
23-
uses: actions/github-script@v7
23+
uses: actions/github-script@v8
2424
with:
2525
script: |
2626
const { data: labels } = await github.rest.issues.listLabelsOnIssue({

0 commit comments

Comments
 (0)