From d29fb911f6eee81d1ae40e9c34166f0e64d69744 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 22 Feb 2024 00:42:21 +0000 Subject: [PATCH] chore: update Deno version in workflows (#22523) --- .github/workflows/cargo_publish.yml | 4 +--- .github/workflows/start_release.yml | 4 +--- .github/workflows/version_bump.yml | 4 +--- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/cargo_publish.yml b/.github/workflows/cargo_publish.yml index b34062cfc4..45f075b579 100644 --- a/.github/workflows/cargo_publish.yml +++ b/.github/workflows/cargo_publish.yml @@ -30,9 +30,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: Install protoc uses: arduino/setup-protoc@v3 diff --git a/.github/workflows/start_release.yml b/.github/workflows/start_release.yml index 0869800adb..35d5ae5e70 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: diff --git a/.github/workflows/version_bump.yml b/.github/workflows/version_bump.yml index 6edb4ff842..d16ccadcd2 100644 --- a/.github/workflows/version_bump.yml +++ b/.github/workflows/version_bump.yml @@ -41,9 +41,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: Run version bump run: |