Skip to content

Commit 5429748

Browse files
committed
chore(deps): Update actions/github-script action to v8
1 parent 348e181 commit 5429748

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/periodic-reporter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: 'ubuntu-latest'
3434

3535
steps:
36-
- uses: 'actions/github-script@v7'
36+
- uses: 'actions/github-script@v8'
3737
with:
3838
script: |-
3939
// label for all issues opened by reporter

.github/workflows/release-major-tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
permissions:
3131
contents: write
3232
steps:
33-
- uses: actions/github-script@v7
33+
- uses: actions/github-script@v8
3434
id: parse-major
3535
with:
3636
script: |

.github/workflows/review-warning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
pull-requests: write
3434

3535
steps:
36-
- uses: actions/github-script@v7
36+
- uses: actions/github-script@v8
3737
with:
3838
script: |
3939
github.rest.issues.createComment({

0 commit comments

Comments
 (0)