Skip to content

Commit d05bd0b

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

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

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

6464
- name: Install cargo-nextest
65-
uses: taiki-e/install-action@f37a1e4d34f3e1c6a571e294b0258f2805eab48d # v2.58.4
65+
uses: taiki-e/install-action@7a562dfa955aa2e4d5b0fd6ebd57ff9715c07b0b # v2.73.0
6666
with:
6767
tool: cargo-nextest
6868

.github/workflows/functional.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
toolchain: stable
7474

7575
- name: Install cargo-nextest
76-
uses: taiki-e/install-action@f37a1e4d34f3e1c6a571e294b0258f2805eab48d # v2.58.4
76+
uses: taiki-e/install-action@7a562dfa955aa2e4d5b0fd6ebd57ff9715c07b0b # v2.73.0
7777
with:
7878
tool: cargo-nextest
7979

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
components: rustfmt, clippy
8383

8484
- name: Install cargo-binstall
85-
uses: taiki-e/install-action@f37a1e4d34f3e1c6a571e294b0258f2805eab48d # v2.58.4
85+
uses: taiki-e/install-action@7a562dfa955aa2e4d5b0fd6ebd57ff9715c07b0b # v2.73.0
8686
with:
8787
tool: cargo-binstall
8888

0 commit comments

Comments
 (0)