Skip to content

Commit

Permalink
deps: update actions/github-script action to v7 (#6303)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 4, 2023
1 parent 5f13149 commit 48ab75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/approve-readme.yaml
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
if: github.repository_owner == 'googleapis' && github.head_ref == 'autosynth-readme'
steps:
- uses: actions/github-script@v6
- uses: actions/github-script@v7
with:
github-token: ${{secrets.YOSHI_APPROVER_TOKEN}}
script: |
Expand Down

0 comments on commit 48ab75e

Please sign in to comment.