Skip to content

Commit a584901

Browse files
Merge pull request #1373 from lightningdevkit/dependabot/github_actions/actions/cache-3
Bump actions/cache from 2 to 3
2 parents 3920157 + e418bdf commit a584901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
profile: minimal
212212
- name: Cache routing graph snapshot
213213
id: cache-graph
214-
uses: actions/cache@v2
214+
uses: actions/cache@v3
215215
with:
216216
path: lightning/net_graph-2021-05-31.bin
217217
key: ldk-net_graph-v0.0.15-2021-05-31.bin

0 commit comments

Comments
 (0)