Skip to content

Commit 3496386

Browse files
authored
fix(ci): pin taiki-e/install-action to master, use tool: <tool> to select (#118)
Should resolve prompt similar to this one to update `taiki-e/install-action` that was raised in foundry-rs/foundry-fork-db#67
1 parent 94be7cc commit 3496386

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ jobs:
7474
- uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
7575
with:
7676
toolchain: stable
77-
- uses: taiki-e/install-action@c9a06c0e5d38d182732372ae4390adb6ddbfd51b # cargo-hack
77+
- uses: taiki-e/install-action@e5f8d33e7166e0491b2ab4ff0567cc6cd6772737 # v2
78+
with:
79+
tool: cargo-hack
7880
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
7981
with:
8082
cache-on-failure: true

0 commit comments

Comments
 (0)