From 0f1c06c45fed212d15de31a7bd6a9a9ea9ffeabf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 03:01:21 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/linux_neovim.yml | 2 +- .github/workflows/linux_vim.yml | 2 +- .github/workflows/windows_neovim.yml | 2 +- .github/workflows/windows_vim.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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