From ba6de626bcdfe86a6acc556f9ad2d1dff5075047 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 10:52:22 +0000 Subject: [PATCH] ci: bump houseabsolute/actions-rust-cross from 0.0.15 to 0.0.17 Bumps [houseabsolute/actions-rust-cross](https://github.com/houseabsolute/actions-rust-cross) from 0.0.15 to 0.0.17. - [Release notes](https://github.com/houseabsolute/actions-rust-cross/releases) - [Changelog](https://github.com/houseabsolute/actions-rust-cross/blob/v0/Changes.md) - [Commits](https://github.com/houseabsolute/actions-rust-cross/compare/e021eb0bd0406694c4c3bd14cfce45df810dfaa5...9ea5352c0f279f0b89ea2eb503337acf4f27c73e) --- updated-dependencies: - dependency-name: houseabsolute/actions-rust-cross dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8311bbd0..41f4e0b2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -96,7 +96,7 @@ jobs: with: persist-credentials: false - - uses: houseabsolute/actions-rust-cross@e021eb0bd0406694c4c3bd14cfce45df810dfaa5 + - uses: houseabsolute/actions-rust-cross@9ea5352c0f279f0b89ea2eb503337acf4f27c73e with: command: build target: thumbv7em-none-eabi @@ -116,7 +116,7 @@ jobs: with: persist-credentials: false - - uses: houseabsolute/actions-rust-cross@e021eb0bd0406694c4c3bd14cfce45df810dfaa5 + - uses: houseabsolute/actions-rust-cross@9ea5352c0f279f0b89ea2eb503337acf4f27c73e with: command: test target: ${{ matrix.arch }}