We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cfceb7 commit f8d5f02Copy full SHA for f8d5f02
.github/workflows/main.yml
@@ -75,7 +75,7 @@ jobs:
75
fetch-depth: 0
76
77
- name: go cache
78
- uses: actions/cache@v1
+ uses: actions/cache@v4
79
with:
80
path: /home/runner/work/go
81
key: lnd-${{ runner.os }}-go-${{ env.GO_VERSION }}-${{ github.job }}-${{ hashFiles('**/go.sum') }}
@@ -107,7 +107,7 @@ jobs:
107
uses: actions/checkout@v2
108
109
110
111
112
113
0 commit comments