From a9ded4030ed3a8cc4b86827451fc91486cc8c6bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 11:08:51 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.42.4 to 2.47.14 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.42.4 to 2.47.14. - [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...e26ea2a159162f8642fb555c0ed314d81e839c2d) --- 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 83f1372..b5f448d 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@e26ea2a159162f8642fb555c0ed314d81e839c2d # v2.47.14 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@e26ea2a159162f8642fb555c0ed314d81e839c2d # v2.47.14 with: tool: cargo-clone,cross