Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
chore(deps): update taiki-e/install-action action to v2.44.23 (#163)
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 Oct 6, 2024
1 parent c5d119d commit 1b365b6
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 @@ -82,7 +82,7 @@ jobs:
cache-on-failure: true

- name: Install required tools
uses: taiki-e/install-action@cbe8580ec991a0ff820fd912a2db18ba22dcbe54 # v2.44.10
uses: taiki-e/install-action@3dc0bf887971817c6565ede5175dd4809d18f471 # v2.44.23
with:
tool: just,cargo-hack,cargo-minimal-versions,cargo-msrv,cargo-msrv-prep
env:
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
cache-on-failure: true

- name: Install just
uses: taiki-e/install-action@cbe8580ec991a0ff820fd912a2db18ba22dcbe54 # v2.44.10
uses: taiki-e/install-action@3dc0bf887971817c6565ede5175dd4809d18f471 # v2.44.23
with:
tool: just
env:
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
cache-on-failure: true

- name: Install cargo-tarpaulin
uses: taiki-e/install-action@cbe8580ec991a0ff820fd912a2db18ba22dcbe54 # v2.44.10
uses: taiki-e/install-action@3dc0bf887971817c6565ede5175dd4809d18f471 # v2.44.23
with:
tool: cargo-tarpaulin
env:
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:
cache-on-failure: true

- name: Install just
uses: taiki-e/install-action@cbe8580ec991a0ff820fd912a2db18ba22dcbe54 # v2.44.10
uses: taiki-e/install-action@3dc0bf887971817c6565ede5175dd4809d18f471 # v2.44.23
with:
tool: just
env:
Expand Down

0 comments on commit 1b365b6

Please sign in to comment.