diff --git a/.github/workflows/CD.yaml b/.github/workflows/CD.yaml index bd697e8..ba50c5d 100644 --- a/.github/workflows/CD.yaml +++ b/.github/workflows/CD.yaml @@ -76,7 +76,7 @@ jobs: targets: ${{ matrix.target }} - name: Install cross if: ${{ matrix.use-cross }} - uses: taiki-e/install-action@v2.48.1 + uses: taiki-e/install-action@v2.48.6 with: tool: cross - name: Cache build artifacts