Skip to content

Commit 33e280d

Browse files
ci(deps): bump taiki-e/install-action from 2.75.10 to 2.77.0
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.75.10 to 2.77.0. - [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.75.10...v2.77.0) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.75.30 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 786cc7f commit 33e280d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,13 +180,13 @@ jobs:
180180

181181
- name: Install cargo-nextest
182182
if: matrix.check.id == 'tests-rust'
183-
uses: taiki-e/install-action@v2.75.10
183+
uses: taiki-e/install-action@v2.77.0
184184
with:
185185
tool: cargo-nextest
186186

187187
- name: Install cargo-llvm-cov and nightly
188188
if: matrix.check.id == 'tests-coverage'
189-
uses: taiki-e/install-action@v2.75.10
189+
uses: taiki-e/install-action@v2.77.0
190190
with:
191191
tool: cargo-nextest,cargo-llvm-cov
192192

0 commit comments

Comments
 (0)