Skip to content

Commit f27d09d

Browse files
committed
deps: update actions/github-script action to v8
1 parent 1d8977d commit f27d09d

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
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
if: github.repository_owner == 'googleapis' && github.head_ref == 'autosynth-readme'
2323
steps:
24-
- uses: actions/github-script@v7
24+
- uses: actions/github-script@v8
2525
with:
2626
github-token: ${{secrets.YOSHI_APPROVER_TOKEN}}
2727
script: |

.github/workflows/auto-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
if: contains(github.head_ref, 'release-please')
2626
steps:
27-
- uses: actions/github-script@v7
27+
- uses: actions/github-script@v8
2828
with:
2929
github-token: ${{secrets.YOSHI_APPROVER_TOKEN}}
3030
debug: true

0 commit comments

Comments
 (0)