Skip to content

Commit b8eaa17

Browse files
chore(deps): bump taiki-e/install-action from 2 to 2.85.5 (#904)
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2 to 2.85.5. - [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@v2...v2.85.5) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.85.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c656b63 commit b8eaa17

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ jobs:
293293
restore-keys: |
294294
${{ runner.os }}-coverage-
295295
- name: Install cargo-llvm-cov
296-
uses: taiki-e/install-action@v2
296+
uses: taiki-e/install-action@v2.85.5
297297
with:
298298
tool: cargo-llvm-cov
299299
- name: Generate coverage (LCOV)

.github/workflows/fuzz-smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
restore-keys: fuzz-${{ runner.os }}-
9090

9191
- name: Install cargo-fuzz
92-
uses: taiki-e/install-action@v2
92+
uses: taiki-e/install-action@v2.85.5
9393
with:
9494
tool: cargo-fuzz
9595

0 commit comments

Comments
 (0)