diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-02-22 00:42:21 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-22 00:42:21 +0000 |
| commit | d29fb911f6eee81d1ae40e9c34166f0e64d69744 (patch) | |
| tree | 70afaab8c083cfc2382a0aafe7dc3fd6c44fa2ce /.github/workflows/start_release.yml | |
| parent | 197d2480bbfd57c6c5213ae12ce1e71b7d03f896 (diff) | |
chore: update Deno version in workflows (#22523)
Diffstat (limited to '.github/workflows/start_release.yml')
| -rw-r--r-- | .github/workflows/start_release.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/start_release.yml b/.github/workflows/start_release.yml index 0869800ad..35d5ae5e7 100644 --- a/.github/workflows/start_release.yml +++ b/.github/workflows/start_release.yml @@ -36,9 +36,7 @@ jobs: - name: Install deno uses: denoland/setup-deno@v1 with: - # use a recent version instead of the latest version in case - # the latest version ever has issues that breaks publishing - deno-version: v1.31.3 + deno-version: v1.x - name: Create Gist URL env: |
