Merge pull request #1373 from lightningdevkit/dependabot/github_actions/actions/cache-3
authorvalentinewallace <valentinewallace@users.noreply.github.com>
Tue, 22 Mar 2022 20:39:57 +0000 (16:39 -0400)
committerGitHub <noreply@github.com>
Tue, 22 Mar 2022 20:39:57 +0000 (16:39 -0400)
Bump actions/cache from 2 to 3

.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