diff --git a/.github/workflows/CD.yaml b/.github/workflows/CD.yaml index 35c5db47..2cec5e76 100644 --- a/.github/workflows/CD.yaml +++ b/.github/workflows/CD.yaml @@ -78,7 +78,7 @@ jobs: targets: ${{ matrix.target }} - name: Install cross if: ${{ matrix.use-cross }} - uses: taiki-e/install-action@v2.33.9 + uses: taiki-e/install-action@v2.33.10 with: tool: cross - name: Cache build artifacts