Skip to content

Commit 35ccea0

Browse files
dependabot[bot]folkertdev
authored andcommitted
Bump taiki-e/install-action from 2.62.21 to 2.62.28
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.62.21 to 2.62.28. - [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@522492a...e7ef886) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.62.28 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e792fb2 commit 35ccea0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
run: "rustc -vV | sed -n 's|host: ||p'"
9191
if: matrix.os != 'windows-2022'
9292
- name: Install cargo-llvm-cov & cargo-nextest
93-
uses: taiki-e/install-action@522492a8c115f1b6d4d318581f09638e9442547b # v2.62.21
93+
uses: taiki-e/install-action@e7ef886cf8f69c25ecef6bbc2858a42e273496ec # v2.62.28
9494
with:
9595
tool: cargo-llvm-cov,cargo-nextest
9696
- name: Cache apt packages
@@ -194,7 +194,7 @@ jobs:
194194
rustup toolchain install nightly --component miri
195195
cargo +nightly miri setup
196196
- name: Install cargo-nextest
197-
uses: taiki-e/install-action@522492a8c115f1b6d4d318581f09638e9442547b # v2.62.21
197+
uses: taiki-e/install-action@e7ef886cf8f69c25ecef6bbc2858a42e273496ec # v2.62.28
198198
with:
199199
tool: cargo-nextest
200200
- name: Run unit tests with miri

0 commit comments

Comments
 (0)