mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 04:51:22 +00:00
chore(scripts): always run workflows against Deno's most recent version. (#14819)
This commit is contained in:
parent
a307218efc
commit
83aea08014
2
.github/workflows/cargo_publish.yml
vendored
2
.github/workflows/cargo_publish.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
- name: Install deno
|
||||
uses: denoland/setup-deno@v1
|
||||
with:
|
||||
deno-version: v1.22.2
|
||||
deno-version: v1.x
|
||||
|
||||
- name: Publish
|
||||
env:
|
||||
|
2
.github/workflows/version_bump.yml
vendored
2
.github/workflows/version_bump.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
||||
- name: Install deno
|
||||
uses: denoland/setup-deno@v1
|
||||
with:
|
||||
deno-version: v1.22.2
|
||||
deno-version: v1.x
|
||||
|
||||
- name: Run version bump
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user