Skip to content

Commit 2f3372b

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

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@e43a5023a747770bfcb71ae048541a681714b951 # v2.62.33
93+
uses: taiki-e/install-action@81ee1d48d9194cdcab880cbdc7d36e87d39874cb # v2.62.45
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@e43a5023a747770bfcb71ae048541a681714b951 # v2.62.33
197+
uses: taiki-e/install-action@81ee1d48d9194cdcab880cbdc7d36e87d39874cb # v2.62.45
198198
with:
199199
tool: cargo-nextest
200200
- name: Run unit tests with miri

0 commit comments

Comments
 (0)