diff --git a/.github/workflows/linux_neovim.yml b/.github/workflows/linux_neovim.yml index 1ffb9f96..ff84fa31 100644 --- a/.github/workflows/linux_neovim.yml +++ b/.github/workflows/linux_neovim.yml @@ -51,7 +51,7 @@ jobs: continue-on-error: ${{matrix.allow_failure}} - name: Cache gopls id: cache-gopls - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: bin/gopls key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls diff --git a/.github/workflows/linux_vim.yml b/.github/workflows/linux_vim.yml index 0477aca2..8f6dc5ed 100644 --- a/.github/workflows/linux_vim.yml +++ b/.github/workflows/linux_vim.yml @@ -49,7 +49,7 @@ jobs: chmod u+x ~/vim/bin/vim - name: Cache gopls id: cache-gopls - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: bin/gopls key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls diff --git a/.github/workflows/windows_neovim.yml b/.github/workflows/windows_neovim.yml index e0a3e60a..ab3f8e3d 100644 --- a/.github/workflows/windows_neovim.yml +++ b/.github/workflows/windows_neovim.yml @@ -50,7 +50,7 @@ jobs: continue-on-error: ${{matrix.allow_failure}} - name: Cache gopls id: cache-gopls - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: bin/gopls key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls diff --git a/.github/workflows/windows_vim.yml b/.github/workflows/windows_vim.yml index b92b7419..deee6280 100644 --- a/.github/workflows/windows_vim.yml +++ b/.github/workflows/windows_vim.yml @@ -52,7 +52,7 @@ jobs: run: Expand-Archive -Path vim.zip -DestinationPath $env:USERPROFILE - name: Cache gopls id: cache-gopls - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: bin/gopls key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls