-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
joe
authored
Sep 15, 2023
1 parent
c25e663
commit 9cfac6b
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -127,4 +127,4 @@ jobs: | |
- name: Install cargo-audit | ||
run: cargo install cargo-audit | ||
- name: Cargo Audit | ||
run: cargo audit | ||
run: cargo audit |