From 3abdf4111b35167ee3da3cab85dd7def8548c3d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 00:06:13 +0000 Subject: [PATCH] Bump actions/cache from 3.3.1 to 4.0.0 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 4.0.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.3.1...v4.0.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0611a39c6..eb4bb221f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: run: echo "ZCASH_PARAMS=$(cargo run --release --example get-params-path --features directories)" >> $GITHUB_ENV - name: Cache Zcash parameters id: cache-params - uses: actions/cache@v3.3.1 + uses: actions/cache@v4.0.0 with: path: ${{ env.ZCASH_PARAMS }} key: ${{ runner.os }}-params @@ -109,7 +109,7 @@ jobs: run: echo "ZCASH_PARAMS=$(cargo run --release --example get-params-path --features directories)" >> $GITHUB_ENV - name: Cache Zcash parameters id: cache-params - uses: actions/cache@v3.3.1 + uses: actions/cache@v4.0.0 with: path: ${{ env.ZCASH_PARAMS }} key: ${{ runner.os }}-params