summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorLuca Casonato <hello@lcas.dev>2021-07-12 19:44:42 +0200
committerGitHub <noreply@github.com>2021-07-12 19:44:42 +0200
commit51e0bfda3c5df4fa1f1b36301193038ed6aaf7bf (patch)
treef730a56750444a94fdb42e508326d61754d24e07 /.github/workflows
parent00484d24ba93418bbdde8e42483d56e3714efaa0 (diff)
chore(runtime): deprecate `Deno.copy` (#11369)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
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