From c7b27ecf1718858586bf4e04c5179b0bbfa8349a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 04:49:46 +0000 Subject: [PATCH] build(deps): bump taiki-e/install-action from 2.44.15 to 2.45.13 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.44.15 to 2.45.13. - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/v2.44.15...v2.45.13) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b2be94..274bde3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: toolchain: ${{ matrix.version.version }} - name: Install just, nextest - uses: taiki-e/install-action@v2.44.15 + uses: taiki-e/install-action@v2.45.13 with: tool: just,nextest @@ -45,7 +45,7 @@ jobs: run: just test - name: Install cargo-ci-cache-clean - uses: taiki-e/install-action@v2.44.15 + uses: taiki-e/install-action@v2.45.13 with: tool: cargo-ci-cache-clean