From cec55e477585cc7c2a469809d51a8b6b22fc0775 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 02:23:10 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.42.4 to 2.44.35 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.42.4 to 2.44.35. - [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/37461a1de4134bec919a737ee9ba018e72011b7c...42f4ec8e42bf7fe4dadd39bfc534566095a8edff) --- 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/docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 42db0ba..c6f7eef 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -20,7 +20,7 @@ jobs: toolchain: stable - name: Install development tools - uses: taiki-e/install-action@37461a1de4134bec919a737ee9ba018e72011b7c # v2.42.4 + uses: taiki-e/install-action@42f4ec8e42bf7fe4dadd39bfc534566095a8edff # v2.44.35 with: tool: cargo-clone,cross @@ -66,7 +66,7 @@ jobs: toolchain: stable - name: Install development tools - uses: taiki-e/install-action@37461a1de4134bec919a737ee9ba018e72011b7c # v2.42.4 + uses: taiki-e/install-action@42f4ec8e42bf7fe4dadd39bfc534566095a8edff # v2.44.35 with: tool: cargo-clone,cross