Skip to content

Commit

Permalink
chore(deps): update taiki-e/install-action digest to 120c899
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 17, 2024
1 parent 39bf006 commit af7b25a
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@e3962fab5aa357978a906f0cd9b06ba85eba222c
uses: taiki-e/install-action@120c8997a0a81ef0701bb1f7166e7080143a96d5
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@e3962fab5aa357978a906f0cd9b06ba85eba222c
uses: taiki-e/install-action@120c8997a0a81ef0701bb1f7166e7080143a96d5
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@e3962fab5aa357978a906f0cd9b06ba85eba222c
uses: taiki-e/install-action@120c8997a0a81ef0701bb1f7166e7080143a96d5
with:
tool: cargo-llvm-cov@0.6.14, cargo-hack@0.6.33
- name: Create directories
Expand Down

0 comments on commit af7b25a

Please sign in to comment.