Skip to content

Commit c20c665

Browse files
chore(deps): update actions/cache action to v4 (#1527)
1 parent d36f381 commit c20c665

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/linux_neovim.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
continue-on-error: ${{matrix.allow_failure}}
5252
- name: Cache gopls
5353
id: cache-gopls
54-
uses: actions/cache@v3
54+
uses: actions/cache@v4
5555
with:
5656
path: bin/gopls
5757
key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls

.github/workflows/linux_vim.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
chmod u+x ~/vim/bin/vim
5050
- name: Cache gopls
5151
id: cache-gopls
52-
uses: actions/cache@v3
52+
uses: actions/cache@v4
5353
with:
5454
path: bin/gopls
5555
key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls

.github/workflows/mac_neovim.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
ref: v1.5.5
5454
- name: Cache gopls
5555
id: cache-gopls
56-
uses: actions/cache@v3
56+
uses: actions/cache@v4
5757
with:
5858
path: bin/gopls
5959
key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls

.github/workflows/mac_vim.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
ref: v1.5.5
3030
- name: Cache gopls
3131
id: cache-gopls
32-
uses: actions/cache@v3
32+
uses: actions/cache@v4
3333
with:
3434
path: bin/gopls
3535
key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls

.github/workflows/windows_neovim.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
continue-on-error: ${{matrix.allow_failure}}
5151
- name: Cache gopls
5252
id: cache-gopls
53-
uses: actions/cache@v3
53+
uses: actions/cache@v4
5454
with:
5555
path: bin/gopls
5656
key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls

.github/workflows/windows_vim.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: Expand-Archive -Path vim.zip -DestinationPath $env:USERPROFILE
5353
- name: Cache gopls
5454
id: cache-gopls
55-
uses: actions/cache@v3
55+
uses: actions/cache@v4
5656
with:
5757
path: bin/gopls
5858
key: ${{ runner.os }}-${{ env.VIM_LSP_GO_VERSION }}-${{ env.VIM_LSP_GOPLS_VERSION }}-${{ env.VIM_LSP_GOPLS_CACHE_VER }}-gopls

0 commit comments

Comments
 (0)