Skip to content

Commit

Permalink
deps: bump taiki-e/cache-cargo-install-action from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [taiki-e/cache-cargo-install-action](https://github.com/taiki-e/cache-cargo-install-action) from 1 to 2.
- [Release notes](https://github.com/taiki-e/cache-cargo-install-action/releases)
- [Commits](taiki-e/cache-cargo-install-action@v1...v2)

---
updated-dependencies:
- dependency-name: taiki-e/cache-cargo-install-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 8, 2024
1 parent 910bf76 commit 7360324
Showing 1 changed file with 3 additions and 3 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 @@ -116,7 +116,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: wasm-pack@0.12.0

Expand Down Expand Up @@ -295,7 +295,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: wasm-pack@0.12.0

Expand Down

0 comments on commit 7360324

Please sign in to comment.