diff --git a/.github/workflows/linux_neovim.yml b/.github/workflows/linux_neovim.yml index 45eac722d..1ffb9f965 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@v3 + uses: actions/cache@v4 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 b363df6f3..abead9657 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@v3 + uses: actions/cache@v4 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/mac_neovim.yml b/.github/workflows/mac_neovim.yml index 0fa0ee981..897fd2e2d 100644 --- a/.github/workflows/mac_neovim.yml +++ b/.github/workflows/mac_neovim.yml @@ -53,7 +53,7 @@ jobs: ref: v1.5.5 - name: Cache gopls id: cache-gopls - uses: actions/cache@v3 + uses: actions/cache@v4 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/mac_vim.yml b/.github/workflows/mac_vim.yml index 4bac7f686..0a1d7c7f8 100644 --- a/.github/workflows/mac_vim.yml +++ b/.github/workflows/mac_vim.yml @@ -29,7 +29,7 @@ jobs: ref: v1.5.5 - name: Cache gopls id: cache-gopls - uses: actions/cache@v3 + uses: actions/cache@v4 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 7ce44db55..e0a3e60a0 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@v3 + uses: actions/cache@v4 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 3260addd1..b92b74194 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@v3 + uses: actions/cache@v4 with: path: bin/gopls key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls