From 51e0bfda3c5df4fa1f1b36301193038ed6aaf7bf Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Mon, 12 Jul 2021 19:44:42 +0200 Subject: chore(runtime): deprecate `Deno.copy` (#11369) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e49b3975..101105272 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,7 +90,7 @@ jobs: - name: Install Deno if: matrix.kind == 'lint' run: | - curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.7.2 + curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.11.3 echo "$HOME/.deno/bin" >> $GITHUB_PATH - name: Install Python -- cgit v1.2.3