chore(deps): update actions/cache action to v5

This commit is contained in:
renovate[bot]
2025-12-12 03:01:21 +00:00
committed by GitHub
parent cb3406a591
commit 0f1c06c45f
4 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

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@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