Skip to content

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
…googleapis#313)

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/d47e45cb-454b-4e08-afec-8c736f9f8096/targets

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

Source-Link: googleapis/synthtool@7fcc405
  • Loading branch information
yoshi-automation authored Nov 18, 2020
1 parent 5a07e8f commit 0aec9ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion java-resourcemanager/.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.0.0
- uses: actions/github-script@v3
with:
github-token: ${{secrets.YOSHI_APPROVER_TOKEN}}
script: |
Expand Down
2 changes: 1 addition & 1 deletion java-resourcemanager/.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-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 java-resourcemanager/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-resourcemanager.git",
"sha": "5b512b91d6e135e1a7d16b7c7d3946438f22bc0a"
"sha": "918e406342443b8b63402ed832db71b9d0cf3f6f"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "7d652819519dfa24da9e14548232e4aaba71a11c"
"sha": "7fcc405a579d5d53a726ff3da1b7c8c08f0f2d58"
}
}
],
Expand Down

0 comments on commit 0aec9ce

Please sign in to comment.