Skip to content

Commit 76ff6a4

Browse files
chore(deps): bump taiki-e/install-action from 2.63.3 to 2.65.1 (#94)
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.63.3 to 2.65.1. - [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@d850aa8...b9c5db3) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.65.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 53b2108 commit 76ff6a4

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

0 commit comments

Comments
 (0)