This commit is contained in:
parent
5d6ecc67ed
commit
0ea6157ea1
1 changed files with 2 additions and 2 deletions
|
@ -13,10 +13,10 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Deno
|
- name: Setup Deno
|
||||||
uses: denoland/setup-deno@v2
|
uses: https://github.com/denoland/setup-deno@v2
|
||||||
with:
|
with:
|
||||||
deno-version: v2.x
|
deno-version: v2.x
|
||||||
|
|
||||||
- name: Run Update script
|
- name: Run Update script
|
||||||
run: deno install && deno task update
|
run: deno install && deno task update
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue