diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 369e068..4e6c125 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ on: pull_request: branches: [main] schedule: - - cron: "0 0/8 * * *" + - cron: "0 0 * * *" jobs: test: diff --git a/deps.ts b/deps.ts index b746736..816ddbf 100644 --- a/deps.ts +++ b/deps.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.201.0/testing/asserts.ts"; +export * from "https://deno.land/std@0.205.0/testing/asserts.ts";