Skip to content

Commit 9ed734a

Browse files
dependabot[bot]folkertdev
authored andcommitted
Bump taiki-e/install-action from 2.62.49 to 2.65.13
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.62.49 to 2.65.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@44c6d64...0e76c5c) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.65.13 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d654444 commit 9ed734a

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@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2.62.49
93+
uses: taiki-e/install-action@0e76c5c569f13f7eb21e8e5b26fe710062b57b62 # v2.65.13
9494
with:
9595
tool: cargo-llvm-cov,cargo-nextest
9696
- name: Cache apt packages
@@ -217,7 +217,7 @@ jobs:
217217
rustup toolchain install nightly --component miri
218218
cargo +nightly miri setup
219219
- name: Install cargo-nextest
220-
uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2.62.49
220+
uses: taiki-e/install-action@0e76c5c569f13f7eb21e8e5b26fe710062b57b62 # v2.65.13
221221
with:
222222
tool: cargo-nextest
223223
- name: Run unit tests with miri

0 commit comments

Comments
 (0)