Skip to content

Commit

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

build(deps): bump actions/cache from 3.0.10 to 3.0.11
  • Loading branch information
str4d authored Oct 15, 2022
2 parents 0229640 + fb299e2 commit 49bdd86
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 @@ -23,7 +23,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/[email protected].10
uses: actions/[email protected].11
with:
path: ${{ env.ZCASH_PARAMS }}
key: ${{ runner.os }}-params
Expand Down Expand Up @@ -149,7 +149,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/[email protected].10
uses: actions/[email protected].11
with:
path: ${{ env.ZCASH_PARAMS }}
key: ${{ runner.os }}-params
Expand Down

0 comments on commit 49bdd86

Please sign in to comment.