From 901764829ea5f85d5c4bb8dc826e71b282a28c59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 02:23:29 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.28.11 to 2.29.0 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.28.11 to 2.29.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/v2.28.11...v2.29.0) --- 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/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9c9fa4b..82cec39 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -28,7 +28,7 @@ jobs: components: clippy - name: Install cargo-hack - uses: taiki-e/install-action@v2.28.11 + uses: taiki-e/install-action@v2.29.0 with: tool: cargo-hack @@ -85,7 +85,7 @@ jobs: toolchain: nightly-2023-08-25 - name: Install cargo-public-api - uses: taiki-e/install-action@v2.28.11 + uses: taiki-e/install-action@v2.29.0 with: tool: cargo-public-api