mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -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:
|
with:
|
||||||
# use a recent version instead of the latest version in case
|
# use a recent version instead of the latest version in case
|
||||||
# the latest version ever has issues that breaks publishing
|
# the latest version ever has issues that breaks publishing
|
||||||
deno-version: v1.23.2
|
deno-version: v1.31.3
|
||||||
|
|
||||||
- name: Publish
|
- name: Publish
|
||||||
env:
|
env:
|
||||||
|
|
2
.github/workflows/start_release.yml
vendored
2
.github/workflows/start_release.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
# use a recent version instead of the latest version in case
|
# use a recent version instead of the latest version in case
|
||||||
# the latest version ever has issues that breaks publishing
|
# the latest version ever has issues that breaks publishing
|
||||||
deno-version: v1.23.2
|
deno-version: v1.31.3
|
||||||
|
|
||||||
- name: Create Gist URL
|
- name: Create Gist URL
|
||||||
env:
|
env:
|
||||||
|
|
2
.github/workflows/version_bump.yml
vendored
2
.github/workflows/version_bump.yml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
# use a recent version instead of the latest version in case
|
# use a recent version instead of the latest version in case
|
||||||
# the latest version ever has issues that breaks publishing
|
# the latest version ever has issues that breaks publishing
|
||||||
deno-version: v1.23.2
|
deno-version: v1.31.3
|
||||||
|
|
||||||
- name: Run version bump
|
- name: Run version bump
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue