Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update taiki-e/install-action action to v2.33.3 #36

Merged
merged 1 commit into from
Apr 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
key: all-features-${{ matrix.all-features }}-msrv-pins-files-${{ hashFiles('**/msrv-pins.toml') }}

- name: Install required tools
uses: taiki-e/install-action@99774fec7fd4f75144bd0134a24a992297768308 # v2.32.17
uses: taiki-e/install-action@e553ccd87e21fd7eeca7478760ec8dbf0bd45831 # v2.33.3
with:
tool: just,cargo-hack,cargo-minimal-versions,cargo-msrv-prep

Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
key: ignore-lock-${{ matrix.ignore-lock }}-all-features-${{ matrix.all-features }}

- name: Install just
uses: taiki-e/install-action@99774fec7fd4f75144bd0134a24a992297768308 # v2.32.17
uses: taiki-e/install-action@e553ccd87e21fd7eeca7478760ec8dbf0bd45831 # v2.33.3
with:
tool: just

Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
cache-targets: false

- name: Install cargo-tarpaulin
uses: taiki-e/install-action@99774fec7fd4f75144bd0134a24a992297768308 # v2.32.17
uses: taiki-e/install-action@e553ccd87e21fd7eeca7478760ec8dbf0bd45831 # v2.33.3
with:
tool: cargo-tarpaulin

Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
cache-targets: false

- name: Install just
uses: taiki-e/install-action@99774fec7fd4f75144bd0134a24a992297768308 # v2.32.17
uses: taiki-e/install-action@e553ccd87e21fd7eeca7478760ec8dbf0bd45831 # v2.33.3
with:
tool: just

Expand Down