Skip to content

Commit

Permalink
chore(deps): update taiki-e/install-action action to v2.44.1 (#79)
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] authored Sep 16, 2024
1 parent a493222 commit 727af3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
cache-on-failure: true

- name: Install required tools
uses: taiki-e/install-action@f2b65a3e67b2ba5ed3b4a631b5e460896e975708 # v2.42.37
uses: taiki-e/install-action@ae888b48c8777229768754549e5463ba726cb1b3 # v2.44.1
with:
tool: just,cargo-hack,cargo-minimal-versions,cargo-msrv-prep

Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
cache-on-failure: true

- name: Install just
uses: taiki-e/install-action@f2b65a3e67b2ba5ed3b4a631b5e460896e975708 # v2.42.37
uses: taiki-e/install-action@ae888b48c8777229768754549e5463ba726cb1b3 # v2.44.1
with:
tool: just

Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
cache-on-failure: true

- name: Install cargo-tarpaulin
uses: taiki-e/install-action@f2b65a3e67b2ba5ed3b4a631b5e460896e975708 # v2.42.37
uses: taiki-e/install-action@ae888b48c8777229768754549e5463ba726cb1b3 # v2.44.1
with:
tool: cargo-tarpaulin

Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
cache-on-failure: true

- name: Install just
uses: taiki-e/install-action@f2b65a3e67b2ba5ed3b4a631b5e460896e975708 # v2.42.37
uses: taiki-e/install-action@ae888b48c8777229768754549e5463ba726cb1b3 # v2.44.1
with:
tool: just

Expand Down

0 comments on commit 727af3e

Please sign in to comment.