From c1db9c537d6e85ad3fb562da376e08ab600b2e5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 15:08:09 +0000 Subject: [PATCH] Chore(deps): Bump taiki-e/install-action from 1 to 2 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 1 to 2. - [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/v1...v2) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/unstable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unstable.yml b/.github/workflows/unstable.yml index 7c14bf85..ca10765e 100644 --- a/.github/workflows/unstable.yml +++ b/.github/workflows/unstable.yml @@ -43,10 +43,10 @@ jobs: steps: - uses: actions/checkout@v3 - run: rustup override set nightly - - uses: taiki-e/install-action@v1 + - uses: taiki-e/install-action@v2 with: tool: cargo-hack@0.5.22 - - uses: taiki-e/install-action@v1 + - uses: taiki-e/install-action@v2 with: tool: cargo-minimal-versions@0.1.7 - uses: Swatinem/rust-cache@v2