Skip to content

Commit

Permalink
Bump taiki-e/install-action from 2.46.4 to 2.46.9
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]>
  • Loading branch information
dependabot[bot] authored and rnijveld committed Jan 16, 2025
1 parent f70b2bc commit 5eddc17
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
with:
target: ${{ matrix.target }}
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@acf70b3a1ed953bccebc8c5d80cfdb16ec8ccc36
uses: taiki-e/install-action@e523301c9af289ba196edd3ab08abdece06107d2
with:
tool: cargo-llvm-cov
- name: Rust cache
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
with:
toolchain: nightly
- name: Install udeps
uses: taiki-e/install-action@acf70b3a1ed953bccebc8c5d80cfdb16ec8ccc36
uses: taiki-e/install-action@e523301c9af289ba196edd3ab08abdece06107d2
with:
tool: cargo-udeps
- name: cargo udeps
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
version: 0.9.0
if: ${{matrix.use_zig}}
- name: Install cargo-zigbuild
uses: taiki-e/install-action@acf70b3a1ed953bccebc8c5d80cfdb16ec8ccc36
uses: taiki-e/install-action@e523301c9af289ba196edd3ab08abdece06107d2
with:
tool: cargo-zigbuild
if: ${{matrix.use_zig}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/packaging-v5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
components: "llvm-tools"

- name: Install cross, cargo-deb and cargo-generate-rpm
uses: taiki-e/install-action@acf70b3a1ed953bccebc8c5d80cfdb16ec8ccc36
uses: taiki-e/install-action@e523301c9af289ba196edd3ab08abdece06107d2
with:
tool: cross, cargo-deb, [email protected]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/packaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
components: "llvm-tools"

- name: Install cross, cargo-deb and cargo-generate-rpm
uses: taiki-e/install-action@acf70b3a1ed953bccebc8c5d80cfdb16ec8ccc36
uses: taiki-e/install-action@e523301c9af289ba196edd3ab08abdece06107d2
with:
tool: cross, cargo-deb, [email protected]

Expand Down

0 comments on commit 5eddc17

Please sign in to comment.