diff --git a/.github/workflows/CD.yaml b/.github/workflows/CD.yaml index 3a6550ec..8fbc5caa 100644 --- a/.github/workflows/CD.yaml +++ b/.github/workflows/CD.yaml @@ -59,7 +59,7 @@ jobs: targets: ${{ matrix.target }} - name: Install cross if: ${{ matrix.use-cross }} - uses: taiki-e/install-action@v2.32.17 + uses: taiki-e/install-action@v2.32.20 with: tool: cross - name: Cache build artifacts