From 80644e108b71d8735ab4c03dbc53db5ec6598d9b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 01:57:09 -0700 Subject: [PATCH] Update actions/setup-go action to v4 (#1465) --- .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 d45726f0d..ad24533ab 100644 --- a/.github/workflows/linux_neovim.yml +++ b/.github/workflows/linux_neovim.yml @@ -57,7 +57,7 @@ jobs: key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls - name: Install Go for gopls if: steps.cache-gopls.outputs.cache-hit != 'true' - uses: actions/setup-go@v2 + uses: actions/setup-go@v4 with: go-version: ${{ env.VIM_LSP_GO_VERSION }} - name: Install gopls diff --git a/.github/workflows/linux_vim.yml b/.github/workflows/linux_vim.yml index 19e00fc30..daac35036 100644 --- a/.github/workflows/linux_vim.yml +++ b/.github/workflows/linux_vim.yml @@ -55,7 +55,7 @@ jobs: key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls - name: Install Go for gopls if: steps.cache-gopls.outputs.cache-hit != 'true' - uses: actions/setup-go@v2 + uses: actions/setup-go@v4 with: go-version: ${{ env.VIM_LSP_GO_VERSION }} - name: Install gopls diff --git a/.github/workflows/mac_neovim.yml b/.github/workflows/mac_neovim.yml index c3dc6fa12..ea71ac191 100644 --- a/.github/workflows/mac_neovim.yml +++ b/.github/workflows/mac_neovim.yml @@ -59,7 +59,7 @@ jobs: key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls - name: Install Go for gopls if: steps.cache-gopls.outputs.cache-hit != 'true' - uses: actions/setup-go@v2 + uses: actions/setup-go@v4 with: go-version: ${{ env.VIM_LSP_GO_VERSION }} - name: Install gopls diff --git a/.github/workflows/mac_vim.yml b/.github/workflows/mac_vim.yml index 81b8731ec..8da3fbc6d 100644 --- a/.github/workflows/mac_vim.yml +++ b/.github/workflows/mac_vim.yml @@ -35,7 +35,7 @@ jobs: key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls - name: Install Go for gopls if: steps.cache-gopls.outputs.cache-hit != 'true' - uses: actions/setup-go@v2 + uses: actions/setup-go@v4 with: go-version: ${{ env.VIM_LSP_GO_VERSION }} - name: Install gopls diff --git a/.github/workflows/windows_neovim.yml b/.github/workflows/windows_neovim.yml index ff7c83529..3ab867448 100644 --- a/.github/workflows/windows_neovim.yml +++ b/.github/workflows/windows_neovim.yml @@ -56,7 +56,7 @@ jobs: key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls - name: Install Go for gopls if: steps.cache-gopls.outputs.cache-hit != 'true' - uses: actions/setup-go@v2 + uses: actions/setup-go@v4 with: go-version: ${{ env.VIM_LSP_GO_VERSION }} - name: Install gopls diff --git a/.github/workflows/windows_vim.yml b/.github/workflows/windows_vim.yml index a9a18e362..40a28adda 100644 --- a/.github/workflows/windows_vim.yml +++ b/.github/workflows/windows_vim.yml @@ -58,7 +58,7 @@ jobs: key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls - name: Install Go for gopls if: steps.cache-gopls.outputs.cache-hit != 'true' - uses: actions/setup-go@v2 + uses: actions/setup-go@v4 with: go-version: ${{ env.VIM_LSP_GO_VERSION }} - name: Install gopls