summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/cargo_publish.yml2
-rw-r--r--.github/workflows/start_release.yml2
-rw-r--r--.github/workflows/version_bump.yml2
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: |