Skip to content

Commit efdfd7e

Browse files
chore: bump taiki-e/install-action from 2.85.10 to 2.85.13 (#545)
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.85.10 to 2.85.13. - [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.85.10...v2.85.13) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.85.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bd8ef62 commit efdfd7e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
save-if: ${{ github.ref == 'refs/heads/main' }}
200200

201201
- name: Install nextest
202-
uses: taiki-e/install-action@v2.85.10
202+
uses: taiki-e/install-action@v2.85.13
203203
with:
204204
tool: nextest
205205

@@ -237,7 +237,7 @@ jobs:
237237
save-if: ${{ github.ref == 'refs/heads/main' }}
238238

239239
- name: Install nextest
240-
uses: taiki-e/install-action@v2.85.10
240+
uses: taiki-e/install-action@v2.85.13
241241
with:
242242
tool: nextest
243243

@@ -481,12 +481,12 @@ jobs:
481481
save-if: ${{ github.ref == 'refs/heads/main' }}
482482

483483
- name: Install cargo-llvm-cov
484-
uses: taiki-e/install-action@v2.85.10
484+
uses: taiki-e/install-action@v2.85.13
485485
with:
486486
tool: cargo-llvm-cov
487487

488488
- name: Install nextest
489-
uses: taiki-e/install-action@v2.85.10
489+
uses: taiki-e/install-action@v2.85.13
490490
with:
491491
tool: nextest
492492

0 commit comments

Comments
 (0)