diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2023-03-22 14:19:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-22 18:19:18 +0000 |
commit | 049982c33295f87d73ba1d7be7c8fc03069ae001 (patch) | |
tree | 81fac0789ed6648017a5acb8eac15f1ccd82e41f | |
parent | 03e236b6149c88ceba5ce53dde22f731c7cfd0ca (diff) |
ci: bump deno version used in release scripts (#18353)
-rw-r--r-- | .github/workflows/cargo_publish.yml | 2 | ||||
-rw-r--r-- | .github/workflows/start_release.yml | 2 | ||||
-rw-r--r-- | .github/workflows/version_bump.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/cargo_publish.yml b/.github/workflows/cargo_publish.yml index 86280d826..e543bdb28 100644 --- a/.github/workflows/cargo_publish.yml +++ b/.github/workflows/cargo_publish.yml @@ -32,7 +32,7 @@ jobs: with: # use a recent version instead of the latest version in case # the latest version ever has issues that breaks publishing - deno-version: v1.23.2 + deno-version: v1.31.3 - name: Publish env: diff --git a/.github/workflows/start_release.yml b/.github/workflows/start_release.yml index 0c0d4b5dd..c31986a6f 100644 --- a/.github/workflows/start_release.yml +++ b/.github/workflows/start_release.yml @@ -38,7 +38,7 @@ jobs: with: # use a recent version instead of the latest version in case # the latest version ever has issues that breaks publishing - deno-version: v1.23.2 + deno-version: v1.31.3 - name: Create Gist URL env: diff --git a/.github/workflows/version_bump.yml b/.github/workflows/version_bump.yml index 11102964b..d81eb960f 100644 --- a/.github/workflows/version_bump.yml +++ b/.github/workflows/version_bump.yml @@ -43,7 +43,7 @@ jobs: with: # use a recent version instead of the latest version in case # the latest version ever has issues that breaks publishing - deno-version: v1.23.2 + deno-version: v1.31.3 - name: Run version bump run: | |