From 01a6f98c9bc5a8c8f3a50a35c129c219c9af1821 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2019 23:42:04 +0900 Subject: [PATCH] bump: deno@v0.27.0 (#39) * bump: deno@v0.27.0 * ci:fix --- .denov | 2 +- .github/workflows/build.yml | 2 +- modules-lock.json | 2 +- modules.json | 2 +- vendor/https/deno.land/std/fmt/colors.ts | 2 +- vendor/https/deno.land/std/io/bufio.ts | 2 +- vendor/https/deno.land/std/testing/asserts.ts | 2 +- vendor/https/deno.land/std/testing/mod.ts | 2 +- vendor/https/deno.land/std/util/async.ts | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.denov b/.denov index f7689f34..37eb51de 100644 --- a/.denov +++ b/.denov @@ -1 +1 @@ -v0.26.0 \ No newline at end of file +v0.27.0 \ No newline at end of file diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 749cd3c0..91273f24 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,5 +23,5 @@ jobs: curl -fsSL https://deno.land/x/install/install.sh | bash -s -- ${DENO_VERSION} - name: Run Tests run: | - export PATH=$HOME/.deno/bin:$PATH + export PATH=$HOME/.local/bin:$PATH deno test -A diff --git a/modules-lock.json b/modules-lock.json index 8d58fc75..02929ab5 100644 --- a/modules-lock.json +++ b/modules-lock.json @@ -1,6 +1,6 @@ { "https://deno.land/std": { - "version": "@v0.26.0", + "version": "@v0.27.0", "modules": [ "/util/async.ts", "/testing/mod.ts", diff --git a/modules.json b/modules.json index 8d58fc75..02929ab5 100644 --- a/modules.json +++ b/modules.json @@ -1,6 +1,6 @@ { "https://deno.land/std": { - "version": "@v0.26.0", + "version": "@v0.27.0", "modules": [ "/util/async.ts", "/testing/mod.ts", diff --git a/vendor/https/deno.land/std/fmt/colors.ts b/vendor/https/deno.land/std/fmt/colors.ts index 60f4c18b..196774d9 100644 --- a/vendor/https/deno.land/std/fmt/colors.ts +++ b/vendor/https/deno.land/std/fmt/colors.ts @@ -1 +1 @@ -export * from "https://deno.land/std@v0.26.0/fmt/colors.ts"; +export * from "https://deno.land/std@v0.27.0/fmt/colors.ts"; diff --git a/vendor/https/deno.land/std/io/bufio.ts b/vendor/https/deno.land/std/io/bufio.ts index f9358974..e795cd10 100644 --- a/vendor/https/deno.land/std/io/bufio.ts +++ b/vendor/https/deno.land/std/io/bufio.ts @@ -1 +1 @@ -export * from "https://deno.land/std@v0.26.0/io/bufio.ts"; +export * from "https://deno.land/std@v0.27.0/io/bufio.ts"; diff --git a/vendor/https/deno.land/std/testing/asserts.ts b/vendor/https/deno.land/std/testing/asserts.ts index e4a7640f..1eaca6d1 100644 --- a/vendor/https/deno.land/std/testing/asserts.ts +++ b/vendor/https/deno.land/std/testing/asserts.ts @@ -1 +1 @@ -export * from "https://deno.land/std@v0.26.0/testing/asserts.ts"; +export * from "https://deno.land/std@v0.27.0/testing/asserts.ts"; diff --git a/vendor/https/deno.land/std/testing/mod.ts b/vendor/https/deno.land/std/testing/mod.ts index a69c7fd0..47c08b01 100644 --- a/vendor/https/deno.land/std/testing/mod.ts +++ b/vendor/https/deno.land/std/testing/mod.ts @@ -1 +1 @@ -export * from "https://deno.land/std@v0.26.0/testing/mod.ts"; +export * from "https://deno.land/std@v0.27.0/testing/mod.ts"; diff --git a/vendor/https/deno.land/std/util/async.ts b/vendor/https/deno.land/std/util/async.ts index 9aa574b3..c531d6c7 100644 --- a/vendor/https/deno.land/std/util/async.ts +++ b/vendor/https/deno.land/std/util/async.ts @@ -1 +1 @@ -export * from "https://deno.land/std@v0.26.0/util/async.ts"; +export * from "https://deno.land/std@v0.27.0/util/async.ts";