File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
docker :
15
15
image : gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16
- digest : sha256:084ad4c60551b075846bcb2405ec1c14b0d00ec1eb5503d4dd0d2a92cdc2d3e2
17
- # created: 2024-03-15T14:33:32.257974519Z
16
+ digest : sha256:68ba5f5164a4b55529d358bb262feaa000536a0c62980727dd05a91bbb47ea5e
17
+ # created: 2024-05-09T16:31:37.168667071Z
Original file line number Diff line number Diff line change 21
21
runs-on : ubuntu-latest
22
22
if : github.repository_owner == 'googleapis' && github.head_ref == 'autosynth-readme'
23
23
steps :
24
- - uses : actions/github-script@v6
24
+ - uses : actions/github-script@v7
25
25
with :
26
26
github-token : ${{secrets.YOSHI_APPROVER_TOKEN}}
27
27
script : |
Original file line number Diff line number Diff line change 14
14
uses : actions/checkout@v4
15
15
16
16
- name : Set up Node.js
17
- uses : actions/setup-node@v3
17
+ uses : actions/setup-node@v4
18
18
with :
19
19
node-version : ' 20'
20
20
You can’t perform that action at this time.
0 commit comments