Skip to content

Commit e418bdf

Browse files
Bump actions/cache from 2 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5ed2985 commit e418bdf

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)