Skip to content

Commit

Permalink
Bump taiki-e/install-action from 2.45.8 to 2.45.13
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.13.
- [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...a22e180)

---
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]>
  • Loading branch information
dependabot[bot] authored and squell committed Dec 1, 2024
1 parent 5b3da6a commit e1372cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
run: rustup component add llvm-tools

- name: Add cargo-llvm-cov
uses: taiki-e/install-action@ddaadeb8971af08eaa9bdad7ba96eb721ed2aafd
uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d
with:
tool: cargo-llvm-cov

Expand Down Expand Up @@ -298,7 +298,7 @@ jobs:
sudo apt install libpam0g-dev
- name: Install rust-bindgen
uses: taiki-e/install-action@ddaadeb8971af08eaa9bdad7ba96eb721ed2aafd
uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d
with:
tool: [email protected]

Expand Down Expand Up @@ -366,7 +366,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

- name: Install cargo-audit
uses: taiki-e/install-action@ddaadeb8971af08eaa9bdad7ba96eb721ed2aafd
uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d
with:
tool: cargo-audit

Expand Down

0 comments on commit e1372cb

Please sign in to comment.