Skip to content

Commit

Permalink
deps(java): update actions/github-script action to v5 (#1339)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neenu1995 committed Jan 25, 2022
1 parent ecad57c commit 466412a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
if: github.repository_owner == 'googleapis' && github.head_ref == 'autosynth-readme'
steps:
- uses: actions/github-script@v3
- uses: actions/github-script@v5
with:
github-token: {{ '${{secrets.YOSHI_APPROVER_TOKEN}}' }}
script: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
if: contains(github.head_ref, 'release-please')
steps:
- uses: actions/github-script@v3
- uses: actions/github-script@v5
with:
github-token: {{ '${{secrets.YOSHI_APPROVER_TOKEN}}' }}
debug: true
Expand Down

0 comments on commit 466412a

Please sign in to comment.