Skip to content

Commit da9726c

Browse files
chore(deps): Bump taiki-e/install-action from 2.58.4 to 2.62.64
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.58.4 to 2.62.64. - [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@f37a1e4...cf46383) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.62.64 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 324ba5c commit da9726c

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@d850aa816998e5cf15f67a78c7b933f2a5033f8a # v2.63.3
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@d850aa816998e5cf15f67a78c7b933f2a5033f8a # v2.63.3
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
@@ -79,7 +79,7 @@ jobs:
7979
components: rustfmt, clippy
8080

8181
- name: Install cargo-binstall
82-
uses: taiki-e/install-action@f37a1e4d34f3e1c6a571e294b0258f2805eab48d # v2.58.4
82+
uses: taiki-e/install-action@d850aa816998e5cf15f67a78c7b933f2a5033f8a # v2.63.3
8383
with:
8484
tool: cargo-binstall
8585

0 commit comments

Comments
 (0)