Skip to content

Commit

Permalink
Bump taiki-e/install-action from 2.46.4 to 2.46.9 (#83)
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.46.4 to 2.46.9.
- [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@acf70b3...e523301)

---
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 Dec 16, 2024
1 parent 0a234ba commit b139d28
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@acf70b3a1ed953bccebc8c5d80cfdb16ec8ccc36
- uses: taiki-e/install-action@e523301c9af289ba196edd3ab08abdece06107d2
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@acf70b3a1ed953bccebc8c5d80cfdb16ec8ccc36
- uses: taiki-e/install-action@e523301c9af289ba196edd3ab08abdece06107d2
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@acf70b3a1ed953bccebc8c5d80cfdb16ec8ccc36
- uses: taiki-e/install-action@e523301c9af289ba196edd3ab08abdece06107d2
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@acf70b3a1ed953bccebc8c5d80cfdb16ec8ccc36
- uses: taiki-e/install-action@e523301c9af289ba196edd3ab08abdece06107d2
with:
tool: just
- run: just doc

0 comments on commit b139d28

Please sign in to comment.