Merge pull request #885 from lightninglabs/cache-update

github: update cache version from deprecated v1 to v4
This commit is contained in:
András Bánki-Horváth 2025-02-11 19:14:08 +01:00 committed by GitHub
commit 10c15c0d88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -75,7 +75,7 @@ jobs:
fetch-depth: 0
- name: go cache
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: /home/runner/work/go
key: lnd-${{ runner.os }}-go-${{ env.GO_VERSION }}-${{ github.job }}-${{ hashFiles('**/go.sum') }}
@ -107,7 +107,7 @@ jobs:
uses: actions/checkout@v2
- name: go cache
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: /home/runner/work/go
key: lnd-${{ runner.os }}-go-${{ env.GO_VERSION }}-${{ github.job }}-${{ hashFiles('**/go.sum') }}