File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5757 cargo metadata --format-version=1 --no-deps | \
5858 jq -e -r '.packages[] | select(.name == "'"$CRATE"'") | .dependencies | all(.name != "libp2p")'
5959
60- - uses : taiki-e/cache-cargo-install-action@5b024fe3a0a2c7f2aaff0e47871acf0d14b07207 # v1
60+ - uses : taiki-e/cache-cargo-install-action@v2
6161 with :
6262 tool : tomlq
6363
7070 - name : Enforce version in `workspace.dependencies` matches latest version
7171 if : env.CRATE != 'libp2p'
7272 run : |
73- SPECIFIED_VERSION=$(tomlq "workspace.dependencies.$CRATE.version" --file ./Cargo.toml)
73+ SPECIFIED_VERSION=$(tq "workspace.dependencies.$CRATE.version" --file ./Cargo.toml)
7474
7575 echo "Package version: $CRATE_VERSION";
7676 echo "Specified version: $SPECIFIED_VERSION";
You can’t perform that action at this time.
0 commit comments