Skip to content

Commit

Permalink
ci: bump deno version used in release scripts (denoland#18353)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Mar 22, 2023
1 parent 03e236b commit 049982c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cargo_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/start_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 049982c

Please sign in to comment.