Skip to content

Commit 0a11532

Browse files
chore(deps): bump taiki-e/install-action from 2.62.14 to 2.62.21 (#76)
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.62.14 to 2.62.21. - [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@3216b69...522492a) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.62.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 14397a8 commit 0a11532

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@3216b6964cbfe053bb8b9a2ef245bd9300e2061d # master
43+
uses: taiki-e/install-action@522492a8c115f1b6d4d318581f09638e9442547b # 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@3216b6964cbfe053bb8b9a2ef245bd9300e2061d # master
83+
- uses: taiki-e/install-action@522492a8c115f1b6d4d318581f09638e9442547b # master
8484
with:
8585
tool: cargo-hack
8686
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2

0 commit comments

Comments
 (0)