Skip to content

Commit 33708aa

Browse files
chore(deps): bump taiki-e/install-action from 2.60.0 to 2.62.38
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.60.0 to 2.62.38. - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](taiki-e/install-action@0c5db7f...c5b1b6f) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.62.38 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e3f913f commit 33708aa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/rust-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
steps:
7777
- uses: actions/checkout@v5
7878
- uses: dtolnay/[email protected]
79-
- uses: taiki-e/install-action@0c5db7f7f897c03b771660e91d065338615679f4 # v2
79+
- uses: taiki-e/install-action@41ef8c65f4034ff24ab1cc2cef52f3000bcf9523 # v2
8080
with:
8181
tool: cargo-shear
8282
version: 1.5.1
@@ -170,7 +170,7 @@ jobs:
170170
171171
# Install and restore sccache cache
172172
- name: Install sccache
173-
uses: taiki-e/install-action@0c5db7f7f897c03b771660e91d065338615679f4 # v2
173+
uses: taiki-e/install-action@41ef8c65f4034ff24ab1cc2cef52f3000bcf9523 # v2
174174
with:
175175
tool: sccache
176176
version: 0.7.5
@@ -228,7 +228,7 @@ jobs:
228228
229229
- name: Install cargo-chef
230230
if: ${{ matrix.profile == 'release' }}
231-
uses: taiki-e/install-action@0c5db7f7f897c03b771660e91d065338615679f4 # v2
231+
uses: taiki-e/install-action@41ef8c65f4034ff24ab1cc2cef52f3000bcf9523 # v2
232232
with:
233233
tool: cargo-chef
234234
version: 0.1.71
@@ -370,7 +370,7 @@ jobs:
370370
cargo-home-${{ matrix.runner }}-${{ matrix.target }}-${{ matrix.profile }}-
371371
372372
- name: Install sccache
373-
uses: taiki-e/install-action@0c5db7f7f897c03b771660e91d065338615679f4 # v2
373+
uses: taiki-e/install-action@41ef8c65f4034ff24ab1cc2cef52f3000bcf9523 # v2
374374
with:
375375
tool: sccache
376376
version: 0.7.5
@@ -399,7 +399,7 @@ jobs:
399399
sccache-${{ matrix.runner }}-${{ matrix.target }}-${{ matrix.profile }}-${{ hashFiles('**/Cargo.lock') }}-
400400
sccache-${{ matrix.runner }}-${{ matrix.target }}-${{ matrix.profile }}-
401401
402-
- uses: taiki-e/install-action@0c5db7f7f897c03b771660e91d065338615679f4 # v2
402+
- uses: taiki-e/install-action@41ef8c65f4034ff24ab1cc2cef52f3000bcf9523 # v2
403403
with:
404404
tool: nextest
405405
version: 0.9.103

0 commit comments

Comments
 (0)