Skip to content

Commit

Permalink
Fix lock
Browse files Browse the repository at this point in the history
  • Loading branch information
umgefahren committed Jun 14, 2024
2 parents fc14ba8 + 3359e60 commit 73eddc7
Show file tree
Hide file tree
Showing 46 changed files with 1,568 additions and 2,010 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
cargo metadata --format-version=1 --no-deps | \
jq -e -r '.packages[] | select(.name == "'"$CRATE"'") | .dependencies | all(.name != "libp2p")'
- uses: taiki-e/cache-cargo-install-action@924d49e0af41f449f0ad549559bc608ee4653562 # v1
- uses: taiki-e/cache-cargo-install-action@5b024fe3a0a2c7f2aaff0e47871acf0d14b07207 # v1
with:
tool: tomlq

Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
with:
target: wasm32-unknown-unknown

- uses: taiki-e/cache-cargo-install-action@v1
- uses: taiki-e/cache-cargo-install-action@v2
with:
tool: [email protected]

Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:
cargo check --manifest-path "$toml";
done
- uses: taiki-e/cache-cargo-install-action@v1
- uses: taiki-e/cache-cargo-install-action@v2
with:
tool: [email protected]

Expand Down
Loading

0 comments on commit 73eddc7

Please sign in to comment.