File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5151 continue-on-error : ${{matrix.allow_failure}}
5252 - name : Cache gopls
5353 id : cache-gopls
54- uses : actions/cache@v3
54+ uses : actions/cache@v4
5555 with :
5656 path : bin/gopls
5757 key : ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls
Original file line number Diff line number Diff line change 4949 chmod u+x ~/vim/bin/vim
5050 - name : Cache gopls
5151 id : cache-gopls
52- uses : actions/cache@v3
52+ uses : actions/cache@v4
5353 with :
5454 path : bin/gopls
5555 key : ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls
Original file line number Diff line number Diff line change 5353 ref : v1.5.5
5454 - name : Cache gopls
5555 id : cache-gopls
56- uses : actions/cache@v3
56+ uses : actions/cache@v4
5757 with :
5858 path : bin/gopls
5959 key : ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls
Original file line number Diff line number Diff line change 2929 ref : v1.5.5
3030 - name : Cache gopls
3131 id : cache-gopls
32- uses : actions/cache@v3
32+ uses : actions/cache@v4
3333 with :
3434 path : bin/gopls
3535 key : ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls
Original file line number Diff line number Diff line change 5050 continue-on-error : ${{matrix.allow_failure}}
5151 - name : Cache gopls
5252 id : cache-gopls
53- uses : actions/cache@v3
53+ uses : actions/cache@v4
5454 with :
5555 path : bin/gopls
5656 key : ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls
Original file line number Diff line number Diff line change 5252 run : Expand-Archive -Path vim.zip -DestinationPath $env:USERPROFILE
5353 - name : Cache gopls
5454 id : cache-gopls
55- uses : actions/cache@v3
55+ uses : actions/cache@v4
5656 with :
5757 path : bin/gopls
5858 key : ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls
You can’t perform that action at this time.
0 commit comments