diff --git a/.denov b/.denov deleted file mode 100644 index a503124..0000000 --- a/.denov +++ /dev/null @@ -1 +0,0 @@ -v1.5.2 diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 824d6ca..2d3916c 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -9,14 +9,11 @@ on: jobs: build: if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.label.name == 'CI start') - runs-on: ubuntu-latest + runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 - - name: Install Deno - run: | - echo "DENO_VERSION=$(cat .denov)" >> $GITHUB_ENV - - uses: denolib/setup-deno@master + - uses: actions/checkout@v2 + - uses: denoland/setup-deno@v1 with: - deno-version: ${{ env.DENO_VERSION }} + deno-version: v1.x - name: Run Tests run: make test \ No newline at end of file diff --git a/dlink.ts b/dlink.ts index ebadf27..813f6cf 100755 --- a/dlink.ts +++ b/dlink.ts @@ -5,7 +5,7 @@ import * as flags from "./vendor/https/deno.land/std/flags/mod.ts"; import { sprintf } from "./vendor/https/deno.land/std/fmt/printf.ts"; import { gray, green, red } from "./vendor/https/deno.land/std/fmt/colors.ts"; import * as util from "./_util.ts"; -const VERSION = "0.8.9"; +const VERSION = "0.9.0"; export type Module = { version: string; diff --git a/modules-lock.json b/modules-lock.json index 30ef6a9..7e71080 100644 --- a/modules-lock.json +++ b/modules-lock.json @@ -1,6 +1,6 @@ { "https://deno.land/std": { - "version": "@0.93.0", + "version": "@0.160.0", "modules": [ "/fs/exists.ts", "/path/mod.ts", diff --git a/modules.json b/modules.json index 30ef6a9..7e71080 100644 --- a/modules.json +++ b/modules.json @@ -1,6 +1,6 @@ { "https://deno.land/std": { - "version": "@0.93.0", + "version": "@0.160.0", "modules": [ "/fs/exists.ts", "/path/mod.ts", diff --git a/vendor/https/deno.land/std/flags/mod.ts b/vendor/https/deno.land/std/flags/mod.ts index 5e9e177..66787f4 100644 --- a/vendor/https/deno.land/std/flags/mod.ts +++ b/vendor/https/deno.land/std/flags/mod.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.93.0/flags/mod.ts"; +export * from "https://deno.land/std@0.160.0/flags/mod.ts"; diff --git a/vendor/https/deno.land/std/fmt/colors.ts b/vendor/https/deno.land/std/fmt/colors.ts index 4ef442b..ec2ac8f 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@0.93.0/fmt/colors.ts"; +export * from "https://deno.land/std@0.160.0/fmt/colors.ts"; diff --git a/vendor/https/deno.land/std/fmt/printf.ts b/vendor/https/deno.land/std/fmt/printf.ts index 49e7b49..1fe0049 100644 --- a/vendor/https/deno.land/std/fmt/printf.ts +++ b/vendor/https/deno.land/std/fmt/printf.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.93.0/fmt/printf.ts"; +export * from "https://deno.land/std@0.160.0/fmt/printf.ts"; diff --git a/vendor/https/deno.land/std/fs/exists.ts b/vendor/https/deno.land/std/fs/exists.ts index b9c284f..76dd7e2 100644 --- a/vendor/https/deno.land/std/fs/exists.ts +++ b/vendor/https/deno.land/std/fs/exists.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.93.0/fs/exists.ts"; +export * from "https://deno.land/std@0.160.0/fs/exists.ts"; diff --git a/vendor/https/deno.land/std/path/mod.ts b/vendor/https/deno.land/std/path/mod.ts index ae3d3b3..dd15a5d 100644 --- a/vendor/https/deno.land/std/path/mod.ts +++ b/vendor/https/deno.land/std/path/mod.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.93.0/path/mod.ts"; +export * from "https://deno.land/std@0.160.0/path/mod.ts"; diff --git a/vendor/https/deno.land/std/testing/asserts.ts b/vendor/https/deno.land/std/testing/asserts.ts index 40fc6ee..e2785e7 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@0.93.0/testing/asserts.ts"; +export * from "https://deno.land/std@0.160.0/testing/asserts.ts";