diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00bd92a..8d0ae2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: toolchain: stable override: true - name: Install cargo tools - uses: taiki-e/install-action@v2.85.5 + uses: taiki-e/install-action@v2.85.10 with: tool: cargo-make - name: Run CI diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 60cb87c..6f0cfc5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -67,7 +67,7 @@ jobs: target: ${{ matrix.binary_target }} override: true - name: Install cargo tools - uses: taiki-e/install-action@v2.85.5 + uses: taiki-e/install-action@v2.85.10 with: tool: cargo-make - name: Build Binary