chore(deps): update actions/cache action to v4 (#1527)

This commit is contained in:
renovate[bot]
2024-01-20 01:31:54 -08:00
committed by GitHub
parent d36f381dc8
commit c20c6650d3
6 changed files with 6 additions and 6 deletions

View File

@@ -51,7 +51,7 @@ jobs:
continue-on-error: ${{matrix.allow_failure}} continue-on-error: ${{matrix.allow_failure}}
- name: Cache gopls - name: Cache gopls
id: cache-gopls id: cache-gopls
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: bin/gopls path: bin/gopls
key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls

View File

@@ -49,7 +49,7 @@ jobs:
chmod u+x ~/vim/bin/vim chmod u+x ~/vim/bin/vim
- name: Cache gopls - name: Cache gopls
id: cache-gopls id: cache-gopls
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: bin/gopls path: bin/gopls
key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls

View File

@@ -53,7 +53,7 @@ jobs:
ref: v1.5.5 ref: v1.5.5
- name: Cache gopls - name: Cache gopls
id: cache-gopls id: cache-gopls
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: bin/gopls path: bin/gopls
key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls

View File

@@ -29,7 +29,7 @@ jobs:
ref: v1.5.5 ref: v1.5.5
- name: Cache gopls - name: Cache gopls
id: cache-gopls id: cache-gopls
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: bin/gopls path: bin/gopls
key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls

View File

@@ -50,7 +50,7 @@ jobs:
continue-on-error: ${{matrix.allow_failure}} continue-on-error: ${{matrix.allow_failure}}
- name: Cache gopls - name: Cache gopls
id: cache-gopls id: cache-gopls
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: bin/gopls path: bin/gopls
key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls

View File

@@ -52,7 +52,7 @@ jobs:
run: Expand-Archive -Path vim.zip -DestinationPath $env:USERPROFILE run: Expand-Archive -Path vim.zip -DestinationPath $env:USERPROFILE
- name: Cache gopls - name: Cache gopls
id: cache-gopls id: cache-gopls
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: bin/gopls path: bin/gopls
key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls