Skip to content

Commit

Permalink
Bump taiki-e/install-action from 2.47.12 to 2.47.18 (#91)
Browse files Browse the repository at this point in the history
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.47.12 to 2.47.18.
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](taiki-e/install-action@333ea3e...a7adeb1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 1f27157 commit 1dac787
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v4

# Install cargo dependencies
- uses: taiki-e/install-action@333ea3e9a483e78588ef8e157263f263a7640903
- uses: taiki-e/install-action@a7adeb15af2926b0ac7478ad165047cd2d8ba350
with:
tool: just, cargo-nextest, cargo-hack, sqlx-cli, wasm-bindgen-cli

Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@333ea3e9a483e78588ef8e157263f263a7640903
- uses: taiki-e/install-action@a7adeb15af2926b0ac7478ad165047cd2d8ba350
with:
tool: just
- run: just clippy
Expand All @@ -78,7 +78,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@333ea3e9a483e78588ef8e157263f263a7640903
- uses: taiki-e/install-action@a7adeb15af2926b0ac7478ad165047cd2d8ba350
with:
tool: just, cargo-hack, cargo-udeps
- run: just udeps-full
Expand All @@ -88,7 +88,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@333ea3e9a483e78588ef8e157263f263a7640903
- uses: taiki-e/install-action@a7adeb15af2926b0ac7478ad165047cd2d8ba350
with:
tool: just
- run: just doc

0 comments on commit 1dac787

Please sign in to comment.