Skip to content

Commit

Permalink
deps(java): update actions/github-script action to v5 (#626)
Browse files Browse the repository at this point in the history
Source-Author: Neenu Shaji <Neenu1995@users.noreply.github.com>
Source-Date: Tue Jan 25 17:48:06 2022 -0500
Source-Repo: googleapis/synthtool
Source-Sha: 466412a75d636d69bcf8a42d9a5f956e73ac421d
Source-Link: googleapis/synthtool@466412a
  • Loading branch information
yoshi-automation authored Feb 3, 2022
1 parent 66b2c76 commit 7ddb377
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/approve-readme.yaml
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
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yaml
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
4 changes: 2 additions & 2 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-datastore.git",
"sha": "61dbd04381c0b0d6d8408e5b319b58d559c6d33f"
"sha": "ea973af5ab5296a08f75f322706e0f9cd58fcba6"
}
},
{
Expand All @@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "6355638dfed614fe5977a06d59dc010370f88582"
"sha": "466412a75d636d69bcf8a42d9a5f956e73ac421d"
}
}
],
Expand Down

0 comments on commit 7ddb377

Please sign in to comment.