Skip to content

Commit 7909c79

Browse files
Update actions/cache action to v3 (prabirshrestha#1462)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent af81e43 commit 7909c79

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/linux_neovim.yml

Lines changed: 1 addition & 1 deletion
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@v2
54+
uses: actions/cache@v3
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

Lines changed: 1 addition & 1 deletion
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@v2
52+
uses: actions/cache@v3
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

Lines changed: 1 addition & 1 deletion
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@v2
56+
uses: actions/cache@v3
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

Lines changed: 1 addition & 1 deletion
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@v2
32+
uses: actions/cache@v3
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

Lines changed: 1 addition & 1 deletion
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@v2
53+
uses: actions/cache@v3
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

Lines changed: 1 addition & 1 deletion
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@v2
55+
uses: actions/cache@v3
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)