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 @@ -39,11 +39,11 @@ jobs:
3939 steps :
4040 - run : git config --global core.autocrlf false
4141 if : runner.os == 'Windows'
42- - uses : actions/checkout@v2
42+ - uses : actions/checkout@v3
4343 - uses : denoland/setup-deno@v1
4444 with :
4545 deno-version : " ${{ matrix.version }}"
46- - uses : actions/cache@v2
46+ - uses : actions/cache@v3
4747 with :
4848 path : ${{ env.DENO_DIR }}
4949 key : ${{ runner.os }}-deno-${{ matrix.version }}-${{ hashFiles('**/*.ts') }}
@@ -75,17 +75,17 @@ jobs:
7575 steps :
7676 - run : git config --global core.autocrlf false
7777 if : runner.os == 'Windows'
78- - uses : actions/checkout@v2
78+ - uses : actions/checkout@v3
7979 with :
8080 path : " ./repo"
81- - uses : actions/checkout@v2
81+ - uses : actions/checkout@v3
8282 with :
8383 repository : " vim-denops/denops.vim"
8484 path : " ./denops.vim"
8585 - uses : denoland/setup-deno@v1
8686 with :
8787 deno-version : " ${{ matrix.version }}"
88- - uses : actions/cache@v2
88+ - uses : actions/cache@v3
8989 id : cache
9090 with :
9191 path : ${{ env.DENO_DIR }}
Original file line number Diff line number Diff line change 99 udd :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v3
1313 - uses : denoland/setup-deno@v1
1414 with :
1515 deno-version : " 1.x"
You can’t perform that action at this time.
0 commit comments