Skip to content

Commit 7fcc405

Browse files
build(java): use actions/github-script v3 tag rather than full semver (#854)
So that renovate-bot stops proposing PRs like [this](https://github.com/googleapis/java-bigquerydatatransfer/pull/515/files)!
1 parent d5fc0bc commit 7fcc405

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

synthtool/gcp/templates/java_library/.github/workflows/approve-readme.yaml

Lines changed: 1 addition & 1 deletion
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: |

synthtool/gcp/templates/java_library/.github/workflows/auto-release.yaml

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)