We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8224f1a commit 869721cCopy full SHA for 869721c
.github/workflows/ci.yml
@@ -70,7 +70,7 @@ jobs:
70
cargo metadata --format-version=1 --no-deps | \
71
jq -e -r '.packages[] | select(.name == "'"$CRATE"'") | .dependencies | all(.name != "libp2p")'
72
73
- - uses: taiki-e/cache-cargo-install-action@7dd0cff2732612ac642812bcec4ada5a279239ed # v1
+ - uses: taiki-e/cache-cargo-install-action@924d49e0af41f449f0ad549559bc608ee4653562 # v1
74
with:
75
tool: tomlq
76
0 commit comments