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 | |
parent | 197d2480bbfd57c6c5213ae12ce1e71b7d03f896 (diff) |
chore: update Deno version in workflows (#22523)
-rw-r--r-- | .github/workflows/cargo_publish.yml | 4 | ||||
-rw-r--r-- | .github/workflows/start_release.yml | 4 | ||||
-rw-r--r-- | .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 b34062cfc..45f075b57 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 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: diff --git a/.github/workflows/version_bump.yml b/.github/workflows/version_bump.yml index 6edb4ff84..d16ccadcd 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: | |