From 3a7ef20947a4b5292d2016da422c924f45fc08b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 05:24:37 +0000 Subject: [PATCH] build(deps): bump actions/cache from 3.3.1 to 3.3.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2. - [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...v3.3.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... 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 3d03e3d29..99babd8fc 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@v3.3.2 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@v3.3.2 with: path: ${{ env.ZCASH_PARAMS }} key: ${{ runner.os }}-params