Skip to content

Commit 4974e71

Browse files
dependabot[bot]davidv1992
authored andcommitted
Bump taiki-e/install-action from 2.23.7 to 2.24.1
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.23.7 to 2.24.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@56ab793...da14932) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1c19d38 commit 4974e71

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/checks.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
with:
7878
target: ${{ matrix.target }}
7979
- name: Install cargo-llvm-cov
80-
uses: taiki-e/install-action@56ab7930c591507f833cbaed864d201386d518a8
80+
uses: taiki-e/install-action@da1493208a5b2c79ad2d7dff9fd50693851da51a
8181
with:
8282
tool: cargo-llvm-cov
8383
- name: Rust cache
@@ -109,7 +109,7 @@ jobs:
109109
with:
110110
toolchain: nightly
111111
- name: Install udeps
112-
uses: taiki-e/install-action@56ab7930c591507f833cbaed864d201386d518a8
112+
uses: taiki-e/install-action@da1493208a5b2c79ad2d7dff9fd50693851da51a
113113
with:
114114
tool: cargo-udeps
115115
- name: cargo udeps
@@ -213,7 +213,7 @@ jobs:
213213
version: 0.9.0
214214
if: ${{matrix.use_zig}}
215215
- name: Install cargo-zigbuild
216-
uses: taiki-e/install-action@56ab7930c591507f833cbaed864d201386d518a8
216+
uses: taiki-e/install-action@da1493208a5b2c79ad2d7dff9fd50693851da51a
217217
with:
218218
tool: cargo-zigbuild
219219
if: ${{matrix.use_zig}}
@@ -254,7 +254,7 @@ jobs:
254254
with:
255255
toolchain: nightly
256256
- name: Install cargo fuzz
257-
uses: taiki-e/install-action@56ab7930c591507f833cbaed864d201386d518a8
257+
uses: taiki-e/install-action@da1493208a5b2c79ad2d7dff9fd50693851da51a
258258
with:
259259
tool: cargo-fuzz
260260
- name: Smoke-test fuzz targets

0 commit comments

Comments
 (0)