Update actions/cache action to v3 (#1462)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-04-13 00:43:50 -07:00
committed by GitHub
parent af81e43810
commit 7909c794ff
6 changed files with 6 additions and 6 deletions

View File

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