From 55bb43c9504757b6b30e8dcd9ab3430101d2e2e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 15:36:57 +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.48.11 to 2.48.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/297054b27414ad8086f67963ce1033c02fe309c3...ad0904967b4c8e3005f6ed2efa1fa74dd9a05f32) --- 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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3f2e42786..6a74e92f42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: with: toolchain: 1.76 target: ${{ matrix.target }} - - uses: taiki-e/install-action@297054b27414ad8086f67963ce1033c02fe309c3 + - uses: taiki-e/install-action@ad0904967b4c8e3005f6ed2efa1fa74dd9a05f32 with: tool: nextest,taplo-cli - name: Build