From a42238869274f788ebb740259f7c00e77498555e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 01:28:16 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.32.9 to 2.32.17 (#373) --- .github/workflows/CD.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CD.yaml b/.github/workflows/CD.yaml index 64fc1492..3a6550ec 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.9 + uses: taiki-e/install-action@v2.32.17 with: tool: cross - name: Cache build artifacts