github: update cache version from deprecated v1 to v4

This commit is contained in:
Andras Banki-Horvath 2025-02-11 16:21:28 +01:00
parent 7cfceb7676
commit f8d5f02f23
No known key found for this signature in database
GPG key ID: 80E5375C094198D8

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') }}