mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 04:51:22 +00:00
chore: update Deno version in workflows (#22523)
This commit is contained in:
parent
197d2480bb
commit
d29fb911f6
4
.github/workflows/cargo_publish.yml
vendored
4
.github/workflows/cargo_publish.yml
vendored
@ -30,9 +30,7 @@ jobs:
|
||||
- name: Install deno
|
||||
uses: denoland/setup-deno@v1
|
||||
with:
|
||||
# use a recent version instead of the latest version in case
|
||||
# the latest version ever has issues that breaks publishing
|
||||
deno-version: v1.31.3
|
||||
deno-version: v1.x
|
||||
|
||||
- name: Install protoc
|
||||
uses: arduino/setup-protoc@v3
|
||||
|
4
.github/workflows/start_release.yml
vendored
4
.github/workflows/start_release.yml
vendored
@ -36,9 +36,7 @@ jobs:
|
||||
- name: Install deno
|
||||
uses: denoland/setup-deno@v1
|
||||
with:
|
||||
# use a recent version instead of the latest version in case
|
||||
# the latest version ever has issues that breaks publishing
|
||||
deno-version: v1.31.3
|
||||
deno-version: v1.x
|
||||
|
||||
- name: Create Gist URL
|
||||
env:
|
||||
|
4
.github/workflows/version_bump.yml
vendored
4
.github/workflows/version_bump.yml
vendored
@ -41,9 +41,7 @@ jobs:
|
||||
- name: Install deno
|
||||
uses: denoland/setup-deno@v1
|
||||
with:
|
||||
# use a recent version instead of the latest version in case
|
||||
# the latest version ever has issues that breaks publishing
|
||||
deno-version: v1.31.3
|
||||
deno-version: v1.x
|
||||
|
||||
- name: Run version bump
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user