diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index af664e0..3d2aaf3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -67,7 +67,7 @@ jobs: key: ${{ matrix.platform.target }} - name: Install cross if: ${{ matrix.platform.command == 'cross' }} - uses: taiki-e/install-action@ee156309c71766f307a6490f46affa6444739a51 # v2.44.46 + uses: taiki-e/install-action@656b4969d301376adf4d1062fc65368856fc771b # v2.47.5 with: tool: cross - run: ${{ matrix.platform.command }} build --locked --release --target ${{ matrix.platform.target }}