From 06868352c9ead85fcd234fa4e776431e5b06625e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 03:10:47 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.33.22 to 2.34.0 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.33.22 to 2.34.0. - [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/c2927f0c5b5adc6a76bc4a7847bc6e0503754bed...4e38715ddc7c4e1fd3e44ab4c124a2dcca7306fd) --- 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 d64134e..e0b5715 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@c2927f0c5b5adc6a76bc4a7847bc6e0503754bed # v2.33.22 + uses: taiki-e/install-action@4e38715ddc7c4e1fd3e44ab4c124a2dcca7306fd # v2.34.0 with: tool: cargo-clone,cross @@ -66,7 +66,7 @@ jobs: toolchain: stable - name: Install development tools - uses: taiki-e/install-action@c2927f0c5b5adc6a76bc4a7847bc6e0503754bed # v2.33.22 + uses: taiki-e/install-action@4e38715ddc7c4e1fd3e44ab4c124a2dcca7306fd # v2.34.0 with: tool: cargo-clone,cross