From 1d7fe68f725d5fc16eb699ea0a5295295069ce4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 14:25:08 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/localnet.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/localnet.yml b/.github/workflows/localnet.yml index 4c3cf54..afa6ad9 100644 --- a/.github/workflows/localnet.yml +++ b/.github/workflows/localnet.yml @@ -22,14 +22,14 @@ jobs: cache: "yarn" cache-dependency-path: "test/localnet/yarn.lock" - run: yarn install - - uses: actions/cache@v2 + - uses: actions/cache@v4 id: cache-localnet-binaries with: path: /tmp/localnet/bin key: ${{ runner.os }}-localnet-bin-v1 - if: steps.cache-localnet-binaries.outputs.cache-hit != 'true' run: yarn downloadBinaries - - uses: actions/cache@v2 + - uses: actions/cache@v4 id: cache-localnet-snapshot with: path: /tmp/localnet/config.tbz