Skip to content

Commit 10c15c0

Browse files
authored
Merge pull request #885 from lightninglabs/cache-update
github: update cache version from deprecated v1 to v4
2 parents e41e7f5 + f8d5f02 commit 10c15c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
fetch-depth: 0
7676

7777
- name: go cache
78-
uses: actions/cache@v1
78+
uses: actions/cache@v4
7979
with:
8080
path: /home/runner/work/go
8181
key: lnd-${{ runner.os }}-go-${{ env.GO_VERSION }}-${{ github.job }}-${{ hashFiles('**/go.sum') }}
@@ -107,7 +107,7 @@ jobs:
107107
uses: actions/checkout@v2
108108

109109
- name: go cache
110-
uses: actions/cache@v1
110+
uses: actions/cache@v4
111111
with:
112112
path: /home/runner/work/go
113113
key: lnd-${{ runner.os }}-go-${{ env.GO_VERSION }}-${{ github.job }}-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)