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

Commit ee22030

Browse files
build(java): use actions/github-script v3 tag rather than full semver (#455)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/90c590d5-0563-47bf-bafc-d8333db6ebbb/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@7fcc405
1 parent 076d4ad commit ee22030

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.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: |

.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

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-asset.git",
7-
"sha": "940e57af3c41a469c5b27d87a088a9f8e56d3015"
7+
"sha": "9f9c558f47614aa67298b729989aac681c8fbe42"
88
}
99
},
1010
{
@@ -59,7 +59,7 @@
5959
"git": {
6060
"name": "synthtool",
6161
"remote": "https://github.com/googleapis/synthtool.git",
62-
"sha": "7d652819519dfa24da9e14548232e4aaba71a11c"
62+
"sha": "7fcc405a579d5d53a726ff3da1b7c8c08f0f2d58"
6363
}
6464
}
6565
],

0 commit comments

Comments
 (0)