Skip to content

Commit

Permalink
chore(deps): update taiki-e/install-action digest to 05260f0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent 1166a0c commit ff90011
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@58a3efb22c892c0e7d722787ab604b97b62ac694
uses: taiki-e/install-action@05260f07f3c2a0e382cee1f7de58b5c9a87c9f21
with:
tool: [email protected], [email protected], [email protected]
- 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@58a3efb22c892c0e7d722787ab604b97b62ac694
uses: taiki-e/install-action@05260f07f3c2a0e382cee1f7de58b5c9a87c9f21
with:
tool: [email protected]
- 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@58a3efb22c892c0e7d722787ab604b97b62ac694
uses: taiki-e/install-action@05260f07f3c2a0e382cee1f7de58b5c9a87c9f21
with:
tool: [email protected], [email protected]
- name: Create directories
Expand Down

0 comments on commit ff90011

Please sign in to comment.