Skip to content

Commit eade9ff

Browse files
chore(deps): bump taiki-e/install-action from 2.62.38 to 2.62.45 (#3134)
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.62.38 to 2.62.45. - [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@c5b1b6f...81ee1d4) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.62.45 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 3e251e3 commit eade9ff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# Only run tests on latest stable and above
6161
- name: Install cargo-nextest
6262
if: ${{ matrix.rust != '1.88' }} # MSRV
63-
uses: taiki-e/install-action@c5b1b6f479c32f356cc6f4ba672a47f63853b13b # v2
63+
uses: taiki-e/install-action@81ee1d48d9194cdcab880cbdc7d36e87d39874cb # v2
6464
with:
6565
tool: nextest
6666
- name: build
@@ -102,7 +102,7 @@ jobs:
102102
with:
103103
toolchain: stable
104104
target: wasm32-unknown-unknown
105-
- uses: taiki-e/install-action@c5b1b6f479c32f356cc6f4ba672a47f63853b13b # v2
105+
- uses: taiki-e/install-action@81ee1d48d9194cdcab880cbdc7d36e87d39874cb # v2
106106
with:
107107
tool: cargo-hack
108108
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
@@ -138,7 +138,7 @@ jobs:
138138
with:
139139
toolchain: stable
140140
target: wasm32-wasip1
141-
- uses: taiki-e/install-action@c5b1b6f479c32f356cc6f4ba672a47f63853b13b # v2
141+
- uses: taiki-e/install-action@81ee1d48d9194cdcab880cbdc7d36e87d39874cb # v2
142142
with:
143143
tool: cargo-hack
144144
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
@@ -168,7 +168,7 @@ jobs:
168168
- uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
169169
with:
170170
toolchain: stable
171-
- uses: taiki-e/install-action@c5b1b6f479c32f356cc6f4ba672a47f63853b13b # v2
171+
- uses: taiki-e/install-action@81ee1d48d9194cdcab880cbdc7d36e87d39874cb # v2
172172
with:
173173
tool: cargo-hack
174174
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
@@ -191,7 +191,7 @@ jobs:
191191
with:
192192
toolchain: stable
193193
targets: riscv32imac-unknown-none-elf
194-
- uses: taiki-e/install-action@c5b1b6f479c32f356cc6f4ba672a47f63853b13b # v2
194+
- uses: taiki-e/install-action@81ee1d48d9194cdcab880cbdc7d36e87d39874cb # v2
195195
with:
196196
tool: cargo-hack
197197
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2

0 commit comments

Comments
 (0)