Skip to content

Commit

Permalink
Merge pull request #791 from zcash/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…cache-3.3.1

Bump actions/cache from 3.2.4 to 3.3.1
  • Loading branch information
nuttycom authored Mar 30, 2023
2 parents 21ae514 + 19daa67 commit 3d65c48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.4
uses: actions/cache@v3.3.1
with:
path: ${{ env.ZCASH_PARAMS }}
key: ${{ runner.os }}-params
Expand Down Expand Up @@ -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.2.4
uses: actions/cache@v3.3.1
with:
path: ${{ env.ZCASH_PARAMS }}
key: ${{ runner.os }}-params
Expand Down

0 comments on commit 3d65c48

Please sign in to comment.