From 0cebca5737e52b788d13588d8ab35ee80cef11a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 20:52:20 +0000 Subject: [PATCH] chore(deps): bump hecrj/setup-rust-action from 1 to 2 Bumps [hecrj/setup-rust-action](https://github.com/hecrj/setup-rust-action) from 1 to 2. - [Release notes](https://github.com/hecrj/setup-rust-action/releases) - [Commits](https://github.com/hecrj/setup-rust-action/compare/v1...v2) --- updated-dependencies: - dependency-name: hecrj/setup-rust-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2ac820f..20a6bda 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: - run: rustup toolchain install stable --profile minimal - uses: Swatinem/rust-cache@v2 - name: setup toolchain - uses: hecrj/setup-rust-action@v1 + uses: hecrj/setup-rust-action@v2 with: rust-version: stable - run: cargo build --verbose