Skip to content

Commit 4446242

Browse files
chore(deps): update taiki-e/install-action action to v2.62.45
1 parent 9a4a264 commit 4446242

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
toolchain: ${{ matrix.rust_ver }}
6060

6161
- name: Install cargo-nextest
62-
uses: taiki-e/install-action@f37a1e4d34f3e1c6a571e294b0258f2805eab48d # v2.58.4
62+
uses: taiki-e/install-action@81ee1d48d9194cdcab880cbdc7d36e87d39874cb # v2.62.45
6363
with:
6464
tool: cargo-nextest
6565

.github/workflows/functional.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
toolchain: stable
7171

7272
- name: Install cargo-nextest
73-
uses: taiki-e/install-action@f37a1e4d34f3e1c6a571e294b0258f2805eab48d # v2.58.4
73+
uses: taiki-e/install-action@81ee1d48d9194cdcab880cbdc7d36e87d39874cb # v2.62.45
7474
with:
7575
tool: cargo-nextest
7676

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
components: rustfmt, clippy
7575

7676
- name: Install cargo-binstall
77-
uses: taiki-e/install-action@f37a1e4d34f3e1c6a571e294b0258f2805eab48d # v2.58.4
77+
uses: taiki-e/install-action@81ee1d48d9194cdcab880cbdc7d36e87d39874cb # v2.62.45
7878
with:
7979
tool: cargo-binstall
8080

0 commit comments

Comments
 (0)