diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 84937c4..59399a8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,7 +63,7 @@ jobs: - name: Add rustup target run: rustup target add ${{ matrix.target }} - - uses: taiki-e/install-action@v2 + - uses: taiki-e/install-action@v2.85.5 with: tool: cross