Skip to content

Commit 9fb16d4

Browse files
committed
test: Update Deno version in Github Actions
1 parent fd9b851 commit 9fb16d4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v2
1010
- uses: denoland/setup-deno@v1
1111
with:
12-
deno-version: "1.36.1"
12+
deno-version: "v1.x"
1313
- name: Check fmt
1414
run: deno fmt --check
1515
- name: Run lint

.github/workflows/udd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: denoland/setup-deno@v1
1414
with:
15-
deno-version: "1.36.1"
15+
deno-version: "v1.x"
1616
- name: Update dependencies
1717
run: >
1818
deno run --allow-net --allow-read --allow-write=deps/

rest/__snapshots__/pages.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Request {
66
headers: Headers {},
77
method: "GET",
88
redirect: "follow",
9-
url: "https://scrapbox.io/api/pages/takker/%E3%83%86%E3%82%B9%E3%83%88%E3%83%9A%E3%83%BC%E3%82%B8?followRe"... 9 more characters
9+
url: "https://scrapbox.io/api/pages/takker/%E3%83%86%E3%82%B9%E3%83%88%E3%83%9A%E3%83%BC%E3%82%B8?followRename=true",
1010
}
1111
`;
1212

@@ -16,6 +16,6 @@ Request {
1616
headers: Headers {},
1717
method: "GET",
1818
redirect: "follow",
19-
url: "https://scrapbox.io/api/pages/takker?sort=updated"
19+
url: "https://scrapbox.io/api/pages/takker?sort=updated",
2020
}
2121
`;

rest/__snapshots__/project.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Request {
66
headers: Headers {},
77
method: "GET",
88
redirect: "follow",
9-
url: "https://scrapbox.io/api/projects/takker"
9+
url: "https://scrapbox.io/api/projects/takker",
1010
}
1111
`;
1212

@@ -16,6 +16,6 @@ Request {
1616
headers: Headers {},
1717
method: "GET",
1818
redirect: "follow",
19-
url: "https://scrapbox.io/api/projects?ids=dummy-id1&ids=dummy-id2"
19+
url: "https://scrapbox.io/api/projects?ids=dummy-id1&ids=dummy-id2",
2020
}
2121
`;

0 commit comments

Comments
 (0)