Skip to content

Commit 7b652ac

Browse files
dependabot[bot]folkertdev
authored andcommitted
Bump taiki-e/install-action from 2.62.45 to 2.62.49
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.62.45 to 2.62.49. - [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@81ee1d4...44c6d64) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.62.49 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f328f38 commit 7b652ac

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@81ee1d48d9194cdcab880cbdc7d36e87d39874cb # v2.62.45
93+
uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2.62.49
9494
with:
9595
tool: cargo-llvm-cov,cargo-nextest
9696
- name: Cache apt packages
@@ -216,7 +216,7 @@ jobs:
216216
rustup toolchain install nightly --component miri
217217
cargo +nightly miri setup
218218
- name: Install cargo-nextest
219-
uses: taiki-e/install-action@81ee1d48d9194cdcab880cbdc7d36e87d39874cb # v2.62.45
219+
uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2.62.49
220220
with:
221221
tool: cargo-nextest
222222
- name: Run unit tests with miri

0 commit comments

Comments
 (0)