summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-06-05 15:44:45 -0400
committerGitHub <noreply@github.com>2022-06-05 15:44:45 -0400
commit1081659be176a59512a7e9e3dc93e13046a26aec (patch)
treeb09a638fe8851b8a57cbc15c007b6b3a5637d819
parentcc7da96508db323df3b98ca6e37bdcad128ac950 (diff)
chore(scripts/release): increase internally used deno version (#14784)
-rw-r--r--.github/workflows/cargo_publish.yml2
-rw-r--r--.github/workflows/version_bump.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cargo_publish.yml b/.github/workflows/cargo_publish.yml
index 2197f688b..5ab74bbdd 100644
--- a/.github/workflows/cargo_publish.yml
+++ b/.github/workflows/cargo_publish.yml
@@ -30,7 +30,7 @@ jobs:
- name: Install deno
uses: denoland/setup-deno@v1
with:
- deno-version: v1.19.3
+ deno-version: v1.22.2
- name: Publish
env:
diff --git a/.github/workflows/version_bump.yml b/.github/workflows/version_bump.yml
index a55e48da1..0425f18f8 100644
--- a/.github/workflows/version_bump.yml
+++ b/.github/workflows/version_bump.yml
@@ -41,7 +41,7 @@ jobs:
- name: Install deno
uses: denoland/setup-deno@v1
with:
- deno-version: v1.19.3
+ deno-version: v1.22.2
- name: Run version bump
run: |