File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
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:a6aa751984f1e905c3ae5a3aac78fc7b68210626ce91487dc7ff4f0a06f010cc
17
- # created: 2024-01-22T14:14:20.913785597Z
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
Original file line number Diff line number Diff line change 20
20
checkstyle :
21
21
runs-on : ubuntu-latest
22
22
steps :
23
- - uses : actions/checkout@v3
24
- - uses : actions/setup-java@v3
23
+ - uses : actions/checkout@v4
24
+ - uses : actions/setup-java@v4
25
25
with :
26
26
distribution : temurin
27
27
java-version : 8
You can’t perform that action at this time.
0 commit comments