Skip to content

Commit 0aa4d60

Browse files
committed
deps: update actions/github-script action to v8
1 parent 3704f63 commit 0aa4d60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/approve-readme.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
if: github.repository_owner == 'googleapis' && github.head_ref == 'autosynth-readme'
1010
steps:
11-
- uses: actions/github-script@v7
11+
- uses: actions/github-script@v8
1212
with:
1313
github-token: ${{secrets.YOSHI_APPROVER_TOKEN}}
1414
script: |

.github/workflows/auto-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
if: contains(github.head_ref, 'release-please')
1010
steps:
11-
- uses: actions/github-script@v7
11+
- uses: actions/github-script@v8
1212
with:
1313
github-token: ${{secrets.YOSHI_APPROVER_TOKEN}}
1414
debug: true

0 commit comments

Comments
 (0)