diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 013c43297..1322e59de 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,7 +63,7 @@ jobs: key: ${{ matrix.target }} - name: Install cross if: ${{ !matrix.os && matrix.use-cross }} - uses: taiki-e/install-action@0163f6cf65d9b9bb0e5d1f0e3ae19280a06be4b0 # v2.18.9 + uses: taiki-e/install-action@1c8b6e3bf44067543a50f738a0f4a4d98347f77e # v2.18.11 with: tool: cross - run: ${{ (!matrix.os && matrix.use-cross) && 'cross' || 'cargo' }} build --locked --release --target ${{ matrix.target }}