diff --git a/.github/workflows/CD.yaml b/.github/workflows/CD.yaml index d3a5190..ed3df37 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.45.14 + uses: taiki-e/install-action@v2.45.15 with: tool: cross - name: Cache build artifacts