Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
build(java): use actions/github-script v3 tag rather than full semver (
Browse files Browse the repository at this point in the history
…#89)

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/24248bb8-3dbe-4d0d-bb42-1ade5e7d2ff7/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: googleapis/synthtool@7fcc405
  • Loading branch information
yoshi-automation committed Nov 18, 2020
1 parent a984206 commit 15758f2
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
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.0.0
- uses: actions/github-script@v3
with:
github-token: ${{secrets.YOSHI_APPROVER_TOKEN}}
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yaml
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
if: contains(github.head_ref, 'release-v')
steps:
- uses: actions/github-script@v3.0.0
- uses: actions/github-script@v3
with:
github-token: ${{secrets.YOSHI_APPROVER_TOKEN}}
debug: true
Expand Down
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-common-protos.git",
"sha": "20addf75bf9af6cdaeaa125b15f9c4e2f12c9a9c"
"sha": "a984206e9f4a99762c1edd786edecda5d5483aef"
}
},
{
Expand All @@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "7d652819519dfa24da9e14548232e4aaba71a11c"
"sha": "7fcc405a579d5d53a726ff3da1b7c8c08f0f2d58"
}
}
],
Expand Down

0 comments on commit 15758f2

Please sign in to comment.