Skip to content

Commit 5bdaa55

Browse files
chore(deps): bump taiki-e/install-action from 2.62.60 to 2.62.64 (#92)
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.62.60 to 2.62.64. - [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@3575e53...cf46383) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.62.64 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 59e6373 commit 5bdaa55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# Only run tests on latest stable and above
4141
- name: Install cargo-nextest
4242
if: ${{ matrix.rust != '1.88' }} # MSRV
43-
uses: taiki-e/install-action@3575e532701a5fc614b0c842e4119af4cc5fd16d # master
43+
uses: taiki-e/install-action@cf46383a970594553a83cc6140075ef6a7f54dee # master
4444
with:
4545
tool: nextest
4646
- name: build
@@ -80,7 +80,7 @@ jobs:
8080
- uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
8181
with:
8282
toolchain: stable
83-
- uses: taiki-e/install-action@3575e532701a5fc614b0c842e4119af4cc5fd16d # master
83+
- uses: taiki-e/install-action@cf46383a970594553a83cc6140075ef6a7f54dee # master
8484
with:
8585
tool: cargo-hack
8686
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2

0 commit comments

Comments
 (0)