Skip to content

Commit

Permalink
chore(deps): update taiki-e/install-action digest to 8c39981 (#480)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent 380e4b3 commit 4d4d4fe
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@68f28718b79cadeadb57e92fa0b1cfb0161dc473
uses: taiki-e/install-action@8c39981484df4e7ba41af8e8e078ac546d5e1b11
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@68f28718b79cadeadb57e92fa0b1cfb0161dc473
uses: taiki-e/install-action@8c39981484df4e7ba41af8e8e078ac546d5e1b11
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@68f28718b79cadeadb57e92fa0b1cfb0161dc473
uses: taiki-e/install-action@8c39981484df4e7ba41af8e8e078ac546d5e1b11
with:
tool: cargo-llvm-cov@0.6.14, cargo-hack@0.6.33
- name: Create directories
Expand Down

0 comments on commit 4d4d4fe

Please sign in to comment.