From 83add0f3386579550bd6b5349fae046d4480b8bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 15:24:06 +0000 Subject: [PATCH] github: bump taiki-e/install-action in the github-dependencies group Bumps the github-dependencies group with 1 update: [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `taiki-e/install-action` from 2.47.12 to 2.47.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/333ea3e9a483e78588ef8e157263f263a7640903...6ae49f1b8b4d10975ade0f0d1c07cda2177b19de) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9acf9ba13..65935a982 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -81,7 +81,7 @@ jobs: uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 with: toolchain: 1.76 - - uses: taiki-e/install-action@333ea3e9a483e78588ef8e157263f263a7640903 + - uses: taiki-e/install-action@6ae49f1b8b4d10975ade0f0d1c07cda2177b19de with: tool: nextest - name: Build