Skip to content

Commit

Permalink
Update ci.yml to cache 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joe authored Sep 15, 2023
1 parent c25e663 commit 9cfac6b
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 @@ -22,7 +22,7 @@ jobs:
run: echo "MASP_PARAMS=$(cargo run --release --example get-params-path --features directories)" >> $GITHUB_ENV
- name: Cache MASP parameters
id: cache-params
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ${{ env.MASP_PARAMS }}
key: ${{ runner.os }}-params
Expand Down Expand Up @@ -127,4 +127,4 @@ jobs:
- name: Install cargo-audit
run: cargo install cargo-audit
- name: Cargo Audit
run: cargo audit
run: cargo audit

0 comments on commit 9cfac6b

Please sign in to comment.