Skip to content

Commit

Permalink
Merge pull request #61 from x52dev/dependabot/github_actions/taiki-e/…
Browse files Browse the repository at this point in the history
…install-action-2.46.20
  • Loading branch information
robjtede authored Dec 23, 2024
2 parents b4ce7c5 + 09314bf commit 14296a9
Show file tree
Hide file tree
Showing 3 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 @@ -43,7 +43,7 @@ jobs:
toolchain: ${{ matrix.toolchain.version }}

- name: Install just, cargo-nextest
uses: taiki-e/install-action@v2.46.9
uses: taiki-e/install-action@v2.46.20
with:
tool: just,cargo-nextest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
components: llvm-tools-preview

- name: Install just, cargo-llvm-cov
uses: taiki-e/install-action@v2.46.9
uses: taiki-e/install-action@v2.46.20
with:
tool: just,cargo-llvm-cov

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
components: clippy

- name: Install just, cargo-hack
uses: taiki-e/install-action@v2.46.9
uses: taiki-e/install-action@v2.46.20
with:
tool: just,cargo-hack

Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
toolchain: ${{ vars.RUST_VERSION_API_DIFF }}

- name: Install cargo-public-api
uses: taiki-e/install-action@v2.46.9
uses: taiki-e/install-action@v2.46.20
with:
tool: cargo-public-api

Expand Down

0 comments on commit 14296a9

Please sign in to comment.