File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 7
7
update-dep :
8
8
strategy :
9
9
matrix :
10
- deno : ["1.3.3 "]
10
+ deno : ["1.4.0 "]
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 13
13
strategy :
14
14
matrix :
15
15
os : [ubuntu-latest, windows-latest, macos-latest]
16
- deno : ["1.3.3 "]
16
+ deno : ["1.4.0 "]
17
17
runs-on : ${{ matrix.os }}
18
18
19
19
steps :
33
33
linter :
34
34
strategy :
35
35
matrix :
36
- deno : ["1.3.3 "]
36
+ deno : ["1.4.0 "]
37
37
# Only one OS is required since fmt is cross platform
38
38
runs-on : ubuntu-latest
39
39
Original file line number Diff line number Diff line change 1
- export { ServerRequest } from "https://deno.land/std@0.68 .0/http/server.ts" ;
1
+ export { ServerRequest } from "https://deno.land/std@0.69 .0/http/server.ts" ;
2
2
3
- export { BufReader } from "https://deno.land/std@0.68 .0/io/bufio.ts" ;
3
+ export { BufReader } from "https://deno.land/std@0.69 .0/io/bufio.ts" ;
4
4
5
- export * as StdAsserts from "https://deno.land/std@0.68 .0/testing/asserts.ts" ;
5
+ export * as StdAsserts from "https://deno.land/std@0.69 .0/testing/asserts.ts" ;
6
6
7
- export * as colors from "https://deno.land/std@0.68 .0/fmt/colors.ts" ;
7
+ export * as colors from "https://deno.land/std@0.69 .0/fmt/colors.ts" ;
You can’t perform that action at this time.
0 commit comments