Skip to content

Commit

Permalink
chore(deps): update taiki-e/install-action digest to c4bf614
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent 1cbe0be commit 9a228ac
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 @@ -22,7 +22,7 @@ jobs:
- name: Set up Rust
run: rustup default nightly
- name: Install development tools
uses: taiki-e/install-action@ec9269c9ddb8f79f082e226dcbb74bfb4c652ab1
uses: taiki-e/install-action@c4bf614c2fb42375baf4f51283c33befce095fc5
with:
tool: cargo-deny@0.16.3, cargo-udeps@0.1.53, cargo-hack@0.6.33
- name: Install Rust linters
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Set up Rust
run: rustup default ${{ matrix.channel }}
- name: Install development tools
uses: taiki-e/install-action@ec9269c9ddb8f79f082e226dcbb74bfb4c652ab1
uses: taiki-e/install-action@c4bf614c2fb42375baf4f51283c33befce095fc5
with:
tool: cargo-hack@0.6.33
- name: Run tests
Expand All @@ -70,7 +70,7 @@ jobs:
- name: Set up Rust
run: rustup default nightly
- name: Install development tools
uses: taiki-e/install-action@ec9269c9ddb8f79f082e226dcbb74bfb4c652ab1
uses: taiki-e/install-action@c4bf614c2fb42375baf4f51283c33befce095fc5
with:
tool: cargo-llvm-cov@0.6.14, cargo-hack@0.6.33
- name: Create directories
Expand Down

0 comments on commit 9a228ac

Please sign in to comment.