summaryrefslogtreecommitdiff
path: root/.github/workflows/cargo_publish.yml
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-03-22 14:19:18 -0400
committerGitHub <noreply@github.com>2023-03-22 18:19:18 +0000
commit049982c33295f87d73ba1d7be7c8fc03069ae001 (patch)
tree81fac0789ed6648017a5acb8eac15f1ccd82e41f /.github/workflows/cargo_publish.yml
parent03e236b6149c88ceba5ce53dde22f731c7cfd0ca (diff)
ci: bump deno version used in release scripts (#18353)
Diffstat (limited to '.github/workflows/cargo_publish.yml')
-rw-r--r--.github/workflows/cargo_publish.yml2
1 files changed, 1 insertions, 1 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: