Skip to content

Commit 80c78fc

Browse files
build(java): use actions/github-script v3 tag rather than full semver (#338)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/ca2efad8-72a2-41d4-ad6c-8907efa86902/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@7fcc405
1 parent d7995c5 commit 80c78fc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

java-core/.github/workflows/approve-readme.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
if: github.repository_owner == 'googleapis' && github.head_ref == 'autosynth-readme'
88
steps:
9-
- uses: actions/github-script@v3.0.0
9+
- uses: actions/github-script@v3
1010
with:
1111
github-token: ${{secrets.YOSHI_APPROVER_TOKEN}}
1212
script: |

java-core/.github/workflows/auto-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
if: contains(github.head_ref, 'release-v')
88
steps:
9-
- uses: actions/github-script@v3.0.0
9+
- uses: actions/github-script@v3
1010
with:
1111
github-token: ${{secrets.YOSHI_APPROVER_TOKEN}}
1212
debug: true

java-core/synth.metadata

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-core.git",
7-
"sha": "70b38eb1c30c439b5530c439b0673067ae17a9ac"
7+
"sha": "a647e2964c0830355cfd6f0023e08b0863691083"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "7d652819519dfa24da9e14548232e4aaba71a11c"
14+
"sha": "7fcc405a579d5d53a726ff3da1b7c8c08f0f2d58"
1515
}
1616
}
1717
],

0 commit comments

Comments
 (0)