Skip to content

Commit

Permalink
[Renovate] Update taiki-e/install-action action to v2.12.8 (#472)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Kevin Matthes <[email protected]>
  • Loading branch information
renovate[bot] and kevinmatthes authored Jul 7, 2023
1 parent 068bc20 commit 6b75f58
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
persist-credentials: false

- if: matrix.subcommand == 'nextest r'
uses: taiki-e/[email protected].7
uses: taiki-e/[email protected].8
with:
tool: nextest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: cargo
uses: taiki-e/[email protected].7
uses: taiki-e/[email protected].8
with:
tool: cargo-tarpaulin

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: cargo
uses: taiki-e/[email protected].7
uses: taiki-e/[email protected].8
with:
tool: cargo-tarpaulin

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/[email protected].7
- uses: taiki-e/[email protected].8
with:
tool: cargo-tarpaulin

Expand Down

0 comments on commit 6b75f58

Please sign in to comment.