diff options
| author | Leo Kettmeir <crowlkats@toaxl.com> | 2022-05-18 22:00:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-18 22:00:11 +0200 |
| commit | 4e1ca1d1787f25ab9f0a72ccf9d8028f70b3a7ed (patch) | |
| tree | 2d0062ec1dd864c7ed98301119ac5f1c133f844a /.github/workflows | |
| parent | 5ad8919d642b646caa3328930dd1a3f290bc587e (diff) | |
refactor: use spawn API across codebase (#14414)
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 1b6e9ad22..e1a421f6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,7 +90,7 @@ jobs: if: matrix.job == 'lint' uses: denoland/setup-deno@v1 with: - deno-version: v1.19.3 + deno-version: v1.x - name: Install Python uses: actions/setup-python@v1 |
