From c20c6650d32a85e09ae6c7a9747aef7ded3677fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 01:31:54 -0800 Subject: [PATCH] chore(deps): update actions/cache action to v4 (#1527) --- .github/workflows/linux_neovim.yml | 2 +- .github/workflows/linux_vim.yml | 2 +- .github/workflows/mac_neovim.yml | 2 +- .github/workflows/mac_vim.yml | 2 +- .github/workflows/windows_neovim.yml | 2 +- .github/workflows/windows_vim.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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