mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
chore(scripts/release): increase internally used deno version (#14784)
This commit is contained in:
parent
6e95c38968
commit
ec29b3afef
2 changed files with 2 additions and 2 deletions
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.19.3
|
||||
deno-version: v1.22.2
|
||||
|
||||
- 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.19.3
|
||||
deno-version: v1.22.2
|
||||
|
||||
- name: Run version bump
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue