From 8794c42218ed4b819bd345d8ec72c521bfc786aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 23:38:40 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.32.17 to 2.32.20 (#381) --- .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 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