Skip to content

Commit 47824ca

Browse files
committed
Specify the version
1 parent 514a056 commit 47824ca

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
@@ -520,7 +520,9 @@ jobs:
520520
key: cargo-${{ github.job }}-${{ matrix.name }}-${{ hashFiles('**/Cargo.lock') }}
521521

522522
- name: Install cargo-dinghy
523-
uses: taiki-e/install-action@cargo-dinghy
523+
uses: taiki-e/install-action@v2
524+
with:
525+
tool: cargo-dinghy@0.6
524526

525527
- name: Launch XCode Simulator and prepare Dinghy
526528
# Note that we're not testing all configurations with dinghy, since that

0 commit comments

Comments
 (0)