Skip to content

Commit 165d4b6

Browse files
chore(deps): bump taiki-e/install-action from 2.61.7 to 2.62.2 (#71)
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.61.7 to 2.62.2. - [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@e5f8d33...cd39cb0) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.62.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c3a0dd9 commit 165d4b6

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@e5f8d33e7166e0491b2ab4ff0567cc6cd6772737 # master
43+
uses: taiki-e/install-action@cd39cb0572834c149bf3533a143f05e09def0f3c # 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@e5f8d33e7166e0491b2ab4ff0567cc6cd6772737 # master
83+
- uses: taiki-e/install-action@cd39cb0572834c149bf3533a143f05e09def0f3c # master
8484
with:
8585
tool: cargo-hack
8686
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2

0 commit comments

Comments
 (0)