diff --git a/.github/workflows/CD.yaml b/.github/workflows/CD.yaml index c623bdc..05e9ede 100644 --- a/.github/workflows/CD.yaml +++ b/.github/workflows/CD.yaml @@ -66,7 +66,7 @@ jobs: targets: ${{ matrix.target }} - name: Install cross if: ${{ matrix.use-cross }} - uses: taiki-e/install-action@v2.47.12 + uses: taiki-e/install-action@v2.47.19 with: tool: cross - name: Cache build artifacts