Skip to content

Commit

Permalink
[Renovate] Update taiki-e/install-action action to v2.27.2 (#1233)
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 Feb 17, 2024
1 parent 7a4a532 commit 049fe8d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
with:
persist-credentials: false

- uses: taiki-e/install-action@v2.27.1
- uses: taiki-e/install-action@v2.27.2
with:
tool: just

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/logo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- uses: fregante/setup-git-user@v2.0.1

- uses: taiki-e/install-action@v2.27.1
- uses: taiki-e/install-action@v2.27.2
with:
tool: just

Expand Down
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-rs'
runs-on: ubuntu-latest
steps:
- uses: taiki-e/install-action@v2.27.1
- uses: taiki-e/install-action@v2.27.2
with:
tool: cargo-llvm-cov

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: taiki-e/install-action@v2.27.1
- uses: taiki-e/install-action@v2.27.2
with:
tool: cargo-llvm-cov

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.27.1
- uses: taiki-e/install-action@v2.27.2
with:
tool: cargo-llvm-cov

Expand Down

0 comments on commit 049fe8d

Please sign in to comment.