Commit c20c665 1 parent d36f381 commit c20c665 Copy full SHA for c20c665
File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 51
51
continue-on-error : ${{matrix.allow_failure}}
52
52
- name : Cache gopls
53
53
id : cache-gopls
54
- uses : actions/cache@v3
54
+ uses : actions/cache@v4
55
55
with :
56
56
path : bin/gopls
57
57
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 49
49
chmod u+x ~/vim/bin/vim
50
50
- name : Cache gopls
51
51
id : cache-gopls
52
- uses : actions/cache@v3
52
+ uses : actions/cache@v4
53
53
with :
54
54
path : bin/gopls
55
55
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 53
53
ref : v1.5.5
54
54
- name : Cache gopls
55
55
id : cache-gopls
56
- uses : actions/cache@v3
56
+ uses : actions/cache@v4
57
57
with :
58
58
path : bin/gopls
59
59
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 29
29
ref : v1.5.5
30
30
- name : Cache gopls
31
31
id : cache-gopls
32
- uses : actions/cache@v3
32
+ uses : actions/cache@v4
33
33
with :
34
34
path : bin/gopls
35
35
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 50
50
continue-on-error : ${{matrix.allow_failure}}
51
51
- name : Cache gopls
52
52
id : cache-gopls
53
- uses : actions/cache@v3
53
+ uses : actions/cache@v4
54
54
with :
55
55
path : bin/gopls
56
56
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 52
52
run : Expand-Archive -Path vim.zip -DestinationPath $env:USERPROFILE
53
53
- name : Cache gopls
54
54
id : cache-gopls
55
- uses : actions/cache@v3
55
+ uses : actions/cache@v4
56
56
with :
57
57
path : bin/gopls
58
58
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