Skip to content

Commit 47041b3

Browse files
committed
deps(ci): update cache-cargo-install-action
1 parent 63313f4 commit 47041b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
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

@@ -70,7 +70,7 @@ jobs:
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";

0 commit comments

Comments
 (0)