From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 17:38:00 +0000 (+0000) Subject: Bump actions/cache from 2 to 3 X-Git-Tag: v0.0.106~17^2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=e418bdff7672a6f0cc9f2ac1f99d939f2773f4ea;p=rust-lightning 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](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] --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d25e9a43..aaccb76a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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