File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 build :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414 - uses : denoland/setup-deno@main
1515 with :
16- deno-version : " ~1.41 "
16+ deno-version : " ~1.45 "
1717 - uses : actions/cache@v3
1818 with :
1919 path : ~/.cache/deno # see https://deno.land/manual/linking_to_external_code
@@ -43,10 +43,10 @@ jobs:
4343 build-windows :
4444 runs-on : windows-latest
4545 steps :
46- - uses : actions/checkout@v3
46+ - uses : actions/checkout@v4
4747 - uses : denoland/setup-deno@main
4848 with :
49- deno-version : " ~1.41 "
49+ deno-version : " ~1.45 "
5050 - uses : actions/cache@v3
5151 with :
5252 path : ~/.cache/deno # see https://deno.land/manual/linking_to_external_code
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 permissions :
1111 contents : write
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414 - uses : denoland/setup-deno@main
1515 with :
16- deno-version : " ~1.41 "
16+ deno-version : " ~1.45 "
1717 - uses : actions/cache@v3
1818 with :
1919 path : ~/.cache/deno # see https://deno.land/manual/linking_to_external_code
You can’t perform that action at this time.
0 commit comments