mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
ci: bump deno version used in release scripts (#18353)
This commit is contained in:
parent
03e236b614
commit
049982c332
3 changed files with 3 additions and 3 deletions
2
.github/workflows/cargo_publish.yml
vendored
2
.github/workflows/cargo_publish.yml
vendored
|
@ -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:
|
||||
|
|
2
.github/workflows/start_release.yml
vendored
2
.github/workflows/start_release.yml
vendored
|
@ -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:
|
||||
|
|
2
.github/workflows/version_bump.yml
vendored
2
.github/workflows/version_bump.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue