diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
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 |
