Skip to content

Commit

Permalink
chore(deps): update taiki-e/install-action digest to 7549ed4 (#459)
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 Nov 30, 2024
1 parent 090742c commit 363d1ce
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@251c392daa3fc8c666b048b31fbfcc135957f8d4
uses: taiki-e/install-action@7549ed47d9c1c29e3ef638e3eb011b60bc3e2855
with:
tool: cargo-deny@0.16.3, cargo-udeps@0.1.52, 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@251c392daa3fc8c666b048b31fbfcc135957f8d4
uses: taiki-e/install-action@7549ed47d9c1c29e3ef638e3eb011b60bc3e2855
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@251c392daa3fc8c666b048b31fbfcc135957f8d4
uses: taiki-e/install-action@7549ed47d9c1c29e3ef638e3eb011b60bc3e2855
with:
tool: cargo-llvm-cov@0.6.14, cargo-hack@0.6.33
- name: Create directories
Expand Down

0 comments on commit 363d1ce

Please sign in to comment.