Bump actions/cache from 2 to 3
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 21 Mar 2022 17:38:00 +0000 (17:38 +0000)
committerGitHub <noreply@github.com>
Mon, 21 Mar 2022 17:38:00 +0000 (17:38 +0000)
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/build.yml

index d25e9a43c19ab4682e4ab75105c372d3ab35b9df..aaccb76a40e98b6eb7a585f81d99eb41ca511b31 100644 (file)
@@ -211,7 +211,7 @@ jobs:
           profile: minimal
       - name: Cache routing graph snapshot
         id: cache-graph
-        uses: actions/cache@v2
+        uses: actions/cache@v3
         with:
           path: lightning/net_graph-2021-05-31.bin
           key: ldk-net_graph-v0.0.15-2021-05-31.bin