mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -05:00
chore: update Deno version in workflows (#22523)
This commit is contained in:
parent
197d2480bb
commit
d29fb911f6
3 changed files with 3 additions and 9 deletions
4
.github/workflows/cargo_publish.yml
vendored
4
.github/workflows/cargo_publish.yml
vendored
|
@ -30,9 +30,7 @@ jobs:
|
||||||
- name: Install deno
|
- name: Install deno
|
||||||
uses: denoland/setup-deno@v1
|
uses: denoland/setup-deno@v1
|
||||||
with:
|
with:
|
||||||
# use a recent version instead of the latest version in case
|
deno-version: v1.x
|
||||||
# the latest version ever has issues that breaks publishing
|
|
||||||
deno-version: v1.31.3
|
|
||||||
|
|
||||||
- name: Install protoc
|
- name: Install protoc
|
||||||
uses: arduino/setup-protoc@v3
|
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
|
- name: Install deno
|
||||||
uses: denoland/setup-deno@v1
|
uses: denoland/setup-deno@v1
|
||||||
with:
|
with:
|
||||||
# use a recent version instead of the latest version in case
|
deno-version: v1.x
|
||||||
# the latest version ever has issues that breaks publishing
|
|
||||||
deno-version: v1.31.3
|
|
||||||
|
|
||||||
- name: Create Gist URL
|
- name: Create Gist URL
|
||||||
env:
|
env:
|
||||||
|
|
4
.github/workflows/version_bump.yml
vendored
4
.github/workflows/version_bump.yml
vendored
|
@ -41,9 +41,7 @@ jobs:
|
||||||
- name: Install deno
|
- name: Install deno
|
||||||
uses: denoland/setup-deno@v1
|
uses: denoland/setup-deno@v1
|
||||||
with:
|
with:
|
||||||
# use a recent version instead of the latest version in case
|
deno-version: v1.x
|
||||||
# the latest version ever has issues that breaks publishing
|
|
||||||
deno-version: v1.31.3
|
|
||||||
|
|
||||||
- name: Run version bump
|
- name: Run version bump
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue