Skip to content

Commit

Permalink
Bump taiki-e/install-action from 2.45.8 to 2.45.14 (#77)
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.45.8 to 2.45.14.
- [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@ddaadeb...ec9269c)

---
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 2, 2024
1 parent 68c9d5e commit 5503127
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@ddaadeb8971af08eaa9bdad7ba96eb721ed2aafd
- uses: taiki-e/install-action@ec9269c9ddb8f79f082e226dcbb74bfb4c652ab1
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@ddaadeb8971af08eaa9bdad7ba96eb721ed2aafd
- uses: taiki-e/install-action@ec9269c9ddb8f79f082e226dcbb74bfb4c652ab1
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@ddaadeb8971af08eaa9bdad7ba96eb721ed2aafd
- uses: taiki-e/install-action@ec9269c9ddb8f79f082e226dcbb74bfb4c652ab1
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@ddaadeb8971af08eaa9bdad7ba96eb721ed2aafd
- uses: taiki-e/install-action@ec9269c9ddb8f79f082e226dcbb74bfb4c652ab1
with:
tool: just
- run: just doc

0 comments on commit 5503127

Please sign in to comment.