File tree Expand file tree Collapse file tree 3 files changed +17
-17
lines changed Expand file tree Collapse file tree 3 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 37
37
name : style/lint/golangci
38
38
runs-on : ubuntu-latest
39
39
steps :
40
- - uses : actions/checkout@v2
40
+ - uses : actions/checkout@v3
41
41
- uses : actions/setup-go@v2
42
42
with :
43
43
go-version : " ^1.17"
51
51
runs-on : ubuntu-latest
52
52
steps :
53
53
- name : Checkout
54
- uses : actions/checkout@v2
54
+ uses : actions/checkout@v3
55
55
56
56
- name : Cache Node
57
57
id : cache-node
73
73
name : " style/gen"
74
74
runs-on : ubuntu-latest
75
75
steps :
76
- - uses : actions/checkout@v2
76
+ - uses : actions/checkout@v3
77
77
- name : Install Protoc
78
78
uses : arduino/setup-protoc@v1
79
79
with :
95
95
runs-on : ubuntu-latest
96
96
steps :
97
97
- name : Checkout
98
- uses : actions/checkout@v2
98
+ uses : actions/checkout@v3
99
99
with :
100
100
fetch-depth : 0
101
101
submodules : true
@@ -125,7 +125,7 @@ jobs:
125
125
- macos-latest
126
126
- windows-2022
127
127
steps :
128
- - uses : actions/checkout@v2
128
+ - uses : actions/checkout@v3
129
129
130
130
- uses : actions/setup-go@v2
131
131
with :
@@ -197,7 +197,7 @@ jobs:
197
197
contents : read
198
198
id-token : write
199
199
steps :
200
- - uses : actions/checkout@v2
200
+ - uses : actions/checkout@v3
201
201
202
202
- name : Authenticate to Google Cloud
203
203
uses : google-github-actions/auth@v0
@@ -233,7 +233,7 @@ jobs:
233
233
name : " test/js"
234
234
runs-on : ubuntu-latest
235
235
steps :
236
- - uses : actions/checkout@v2
236
+ - uses : actions/checkout@v3
237
237
238
238
- name : Cache Node
239
239
id : cache-node
Original file line number Diff line number Diff line change 60
60
"sql-formatter" : " ^4.0.2" ,
61
61
"swr" : " 1.2.2" ,
62
62
"ts-jest" : " 27.1.3" ,
63
- "ts-loader" : " 9.2.6 " ,
64
- "ts-node" : " 10.5 .0" ,
63
+ "ts-loader" : " 9.2.7 " ,
64
+ "ts-node" : " 10.6 .0" ,
65
65
"typescript" : " 4.6.2" ,
66
66
"yup" : " 0.32.11"
67
67
},
Original file line number Diff line number Diff line change @@ -11656,20 +11656,20 @@ ts-jest@27.1.3:
11656
11656
semver "7.x"
11657
11657
yargs-parser "20.x"
11658
11658
11659
- ts-loader@9.2.6 :
11660
- version "9.2.6 "
11661
- resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-9.2.6 .tgz#9937c4dd0a1e3dbbb5e433f8102a6601c6615d74 "
11662
- integrity sha512-QMTC4UFzHmu9wU2VHZEmWWE9cUajjfcdcws+Gh7FhiO+Dy0RnR1bNz0YCHqhI0yRowCE9arVnNxYHqELOy9Hjw ==
11659
+ ts-loader@9.2.7 :
11660
+ version "9.2.7 "
11661
+ resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-9.2.7 .tgz#948654099ca96992b62ec47bd9cee5632006e101 "
11662
+ integrity sha512-Fxh44mKli9QezgbdCXkEJWxnedQ0ead7DXTH+lfXEPedu+Y9EtMJ2aQ9G3Dj1j7Q612E8931rww8NDZha4Tibg ==
11663
11663
dependencies:
11664
11664
chalk "^4.1.0"
11665
11665
enhanced-resolve "^5.0.0"
11666
11666
micromatch "^4.0.0"
11667
11667
semver "^7.3.4"
11668
11668
11669
- ts-node@10.5 .0:
11670
- version "10.5 .0"
11671
- resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.5 .0.tgz#618bef5854c1fbbedf5e31465cbb224a1d524ef9 "
11672
- integrity sha512-6kEJKwVxAJ35W4akuiysfKwKmjkbYxwQMTBaAxo9KKAx/Yd26mPUyhGz3ji+EsJoAgrLqVsYHNuuYwQe22lbtw ==
11669
+ ts-node@10.6 .0:
11670
+ version "10.6 .0"
11671
+ resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.6 .0.tgz#c3f4195d5173ce3affdc8f2fd2e9a7ac8de5376a "
11672
+ integrity sha512-CJen6+dfOXolxudBQXnVjRVvYTmTWbyz7cn+xq2XTsvnaXbHqr4gXSCNbS2Jj8yTZMuGwUoBESLaOkLascVVvg ==
11673
11673
dependencies:
11674
11674
"@cspotcode/source-map-support" "0.7.0"
11675
11675
"@tsconfig/node10" "^1.0.7"
You can’t perform that action at this time.
0 commit comments