Skip to content

Commit

Permalink
chore(ci): update tomlq
Browse files Browse the repository at this point in the history
and address the version lock introduced on #5817

Pull-Request: #5821.
  • Loading branch information
jxs authored Jan 21, 2025
1 parent cc8607c commit 0b44564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- uses: taiki-e/cache-cargo-install-action@v2
with:
tool: tomlq@0.1.6
tool: tomlq

- name: Extract version from manifest
run: |
Expand All @@ -70,7 +70,7 @@ jobs:
- name: Enforce version in `workspace.dependencies` matches the latest version
if: env.CRATE != 'libp2p'
run: |
SPECIFIED_VERSION=$(tq "workspace.dependencies.$CRATE.version" --file ./Cargo.toml)
SPECIFIED_VERSION=$(tq "workspace.dependencies.$CRATE.version" -r --file ./Cargo.toml)
echo "Package version: $CRATE_VERSION";
echo "Specified version: $SPECIFIED_VERSION";
Expand Down

0 comments on commit 0b44564

Please sign in to comment.