From d16cb793506ba4813010c008c27e83e4b4bc6257 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 15:34:36 +0000 Subject: [PATCH] build(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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7cdc1f0..b74a9a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: hecrj/setup-rust-action@v1 + - uses: hecrj/setup-rust-action@v2 with: rust-version: ${{ matrix.rust_version }}