Skip to content

Commit

Permalink
[Renovate] Update taiki-e/install-action action to v2.28.4 (#159)
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] committed Mar 7, 2024
1 parent 50f6383 commit 3130d02
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
if: github.repository == 'kevinmatthes/aeruginous-io'
runs-on: ubuntu-latest
steps:
- uses: taiki-e/install-action@v2.28.2
- uses: taiki-e/install-action@v2.28.4
with:
tool: cargo-llvm-cov

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- mutants
runs-on: ubuntu-latest
steps:
- uses: taiki-e/install-action@v2.28.2
- uses: taiki-e/install-action@v2.28.4
with:
tool: cargo-llvm-cov

Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
persist-credentials: false
ref: ${{ github.head_ref }}

- uses: taiki-e/install-action@v2.28.2
- uses: taiki-e/install-action@v2.28.4
with:
tool: cargo-mutants

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ronlog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
with:
python-version: 3.11

- uses: taiki-e/install-action@v2.28.2
- uses: taiki-e/install-action@v2.28.4
with:
tool: cargo-llvm-cov

Expand Down

0 comments on commit 3130d02

Please sign in to comment.