This repository was archived by the owner on Jul 13, 2023. It is now read-only.
File tree 2 files changed +6
-6
lines changed
2 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-nodejs:latest
16
- digest : sha256:1d25dfefd805b689a2a2356d35a25b13f2f67bcce55400246432c43a42e96214
17
- # created: 2022-04-05T22:42:50.409517925Z
16
+ digest : sha256:f74e740638e66be7ced1540626217dbb72980eb73885b2339a70592f38c9ff2c
17
+ # created: 2022-04-06T18:36:33.987617127Z
Original file line number Diff line number Diff line change 11
11
matrix :
12
12
node : [10, 12, 14, 16]
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v3
15
15
- uses : actions/setup-node@v3
16
16
with :
17
17
node-version : ${{ matrix.node }}
29
29
windows :
30
30
runs-on : windows-latest
31
31
steps :
32
- - uses : actions/checkout@v2
32
+ - uses : actions/checkout@v3
33
33
- uses : actions/setup-node@v3
34
34
with :
35
35
node-version : 14
40
40
lint :
41
41
runs-on : ubuntu-latest
42
42
steps :
43
- - uses : actions/checkout@v2
43
+ - uses : actions/checkout@v3
44
44
- uses : actions/setup-node@v3
45
45
with :
46
46
node-version : 14
49
49
docs :
50
50
runs-on : ubuntu-latest
51
51
steps :
52
- - uses : actions/checkout@v2
52
+ - uses : actions/checkout@v3
53
53
- uses : actions/setup-node@v3
54
54
with :
55
55
node-version : 14
You can’t perform that action at this time.
0 commit comments