Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit 370c3b5

Browse files
authored
deps: update actions/github-script action to v6 (#1533)
1 parent 4d06e49 commit 370c3b5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v5
11+
- uses: actions/github-script@v6
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@v5
11+
- uses: actions/github-script@v6
1212
with:
1313
github-token: ${{secrets.YOSHI_APPROVER_TOKEN}}
1414
debug: true

0 commit comments

Comments
 (0)