Skip to content

Commit 05221c0

Browse files
chore(deps): bump taiki-e/install-action from 2.54.1 to 2.54.3 (#336)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lalit Kumar Bhasin <[email protected]>
1 parent 1e7c29d commit 05221c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
114114
with:
115115
toolchain: stable
116-
- uses: taiki-e/install-action@2cab843126c0d8cf950bf55f4e9b8413f70f553f # v2.54.1
116+
- uses: taiki-e/install-action@a27ef18d36cfa66b0af3a360104621793b41c036 # v2.54.3
117117
with:
118118
tool: cargo-msrv
119119
- name: Check MSRV for all crates
@@ -172,7 +172,7 @@ jobs:
172172
with:
173173
repo-token: ${{ secrets.GITHUB_TOKEN }}
174174
- name: cargo install cargo-llvm-cov
175-
uses: taiki-e/install-action@2cab843126c0d8cf950bf55f4e9b8413f70f553f # v2.54.1
175+
uses: taiki-e/install-action@a27ef18d36cfa66b0af3a360104621793b41c036 # v2.54.3
176176
with:
177177
tool: cargo-llvm-cov
178178
- name: cargo generate-lockfile
@@ -199,7 +199,7 @@ jobs:
199199
- uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
200200
with:
201201
toolchain: stable
202-
- uses: taiki-e/install-action@2cab843126c0d8cf950bf55f4e9b8413f70f553f # v2.54.1
202+
- uses: taiki-e/install-action@a27ef18d36cfa66b0af3a360104621793b41c036 # v2.54.3
203203
with:
204204
tool: cargo-machete
205205
- name: cargo machete
@@ -219,7 +219,7 @@ jobs:
219219
- uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
220220
with:
221221
toolchain: stable
222-
- uses: taiki-e/install-action@2cab843126c0d8cf950bf55f4e9b8413f70f553f # v2.54.1
222+
- uses: taiki-e/install-action@a27ef18d36cfa66b0af3a360104621793b41c036 # v2.54.3
223223
with:
224224
tool: cargo-workspace-lints
225225
- name: cargo workspace-lints

0 commit comments

Comments
 (0)