From 1f4bd29aedb59ec2f96d174dbfe95cf9b6027a26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 03:04:11 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.32.14 to 2.32.17 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.32.14 to 2.32.17. - [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/f8a64c940979268d3ab5ac99c178e718ed90977d...99774fec7fd4f75144bd0134a24a992297768308) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 6ea1b0d..3b29971 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@f8a64c940979268d3ab5ac99c178e718ed90977d # v2.32.14 + uses: taiki-e/install-action@99774fec7fd4f75144bd0134a24a992297768308 # v2.32.17 with: tool: cargo-clone,cross @@ -66,7 +66,7 @@ jobs: toolchain: stable - name: Install development tools - uses: taiki-e/install-action@f8a64c940979268d3ab5ac99c178e718ed90977d # v2.32.14 + uses: taiki-e/install-action@99774fec7fd4f75144bd0134a24a992297768308 # v2.32.17 with: tool: cargo-clone,cross