Skip to content

Commit e4d3f89

Browse files
Bump taiki-e/install-action from 2.62.49 to 2.63.3
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.62.49 to 2.63.3. - [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...d850aa8) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.63.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent edd8e07 commit e4d3f89

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@d850aa816998e5cf15f67a78c7b933f2a5033f8a # v2.63.3
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@d850aa816998e5cf15f67a78c7b933f2a5033f8a # v2.63.3
221221
with:
222222
tool: cargo-nextest
223223
- name: Run unit tests with miri

0 commit comments

Comments
 (0)