mirror of
https://github.com/prabirshrestha/vim-lsp.git
synced 2025-12-14 20:35:59 +01:00
chore(deps): update actions/cache action to v5
This commit is contained in:
2
.github/workflows/linux_neovim.yml
vendored
2
.github/workflows/linux_neovim.yml
vendored
@@ -51,7 +51,7 @@ jobs:
|
|||||||
continue-on-error: ${{matrix.allow_failure}}
|
continue-on-error: ${{matrix.allow_failure}}
|
||||||
- name: Cache gopls
|
- name: Cache gopls
|
||||||
id: cache-gopls
|
id: cache-gopls
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
path: bin/gopls
|
path: bin/gopls
|
||||||
key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls
|
key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls
|
||||||
|
|||||||
2
.github/workflows/linux_vim.yml
vendored
2
.github/workflows/linux_vim.yml
vendored
@@ -49,7 +49,7 @@ jobs:
|
|||||||
chmod u+x ~/vim/bin/vim
|
chmod u+x ~/vim/bin/vim
|
||||||
- name: Cache gopls
|
- name: Cache gopls
|
||||||
id: cache-gopls
|
id: cache-gopls
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
path: bin/gopls
|
path: bin/gopls
|
||||||
key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls
|
key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls
|
||||||
|
|||||||
2
.github/workflows/windows_neovim.yml
vendored
2
.github/workflows/windows_neovim.yml
vendored
@@ -50,7 +50,7 @@ jobs:
|
|||||||
continue-on-error: ${{matrix.allow_failure}}
|
continue-on-error: ${{matrix.allow_failure}}
|
||||||
- name: Cache gopls
|
- name: Cache gopls
|
||||||
id: cache-gopls
|
id: cache-gopls
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
path: bin/gopls
|
path: bin/gopls
|
||||||
key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls
|
key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls
|
||||||
|
|||||||
2
.github/workflows/windows_vim.yml
vendored
2
.github/workflows/windows_vim.yml
vendored
@@ -52,7 +52,7 @@ jobs:
|
|||||||
run: Expand-Archive -Path vim.zip -DestinationPath $env:USERPROFILE
|
run: Expand-Archive -Path vim.zip -DestinationPath $env:USERPROFILE
|
||||||
- name: Cache gopls
|
- name: Cache gopls
|
||||||
id: cache-gopls
|
id: cache-gopls
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
path: bin/gopls
|
path: bin/gopls
|
||||||
key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls
|
key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls
|
||||||
|
|||||||
Reference in New Issue
Block a user