Skip to content

Commit 461baf8

Browse files
committed
pin taiki-e/install-action to master hash, use tool: to select branch
1 parent 1504a65 commit 461baf8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ jobs:
3939
with:
4040
toolchain: ${{ matrix.rust }}
4141
- name: Install nextest
42-
uses: taiki-e/install-action@de179ea33fa5f5c434a81563f0e8a1c4f7ab8fe2 # nextest
42+
uses: taiki-e/install-action@e5f8d33e7166e0491b2ab4ff0567cc6cd6772737 # master
43+
with:
44+
tool: nextest
4345
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
4446
with:
4547
cache-on-failure: true
@@ -72,7 +74,9 @@ jobs:
7274
- uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
7375
with:
7476
toolchain: stable
75-
- uses: taiki-e/install-action@c9a06c0e5d38d182732372ae4390adb6ddbfd51b # cargo-hack
77+
- uses: taiki-e/install-action@e5f8d33e7166e0491b2ab4ff0567cc6cd6772737 # master
78+
with:
79+
tool: cargo-hack
7680
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
7781
with:
7882
cache-on-failure: true

0 commit comments

Comments
 (0)