Skip to content

Commit

Permalink
Merge branch 'main' into renovate/softprops-action-gh-release-2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmatthes authored Jun 20, 2024
2 parents b76038c + d677f87 commit df3bd3c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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/[email protected]

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

Expand Down

0 comments on commit df3bd3c

Please sign in to comment.