From 0c901d7588fa2d14319abe4f7942d4afe8923bec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 10:14:29 +0000 Subject: [PATCH] ci: bump houseabsolute/actions-rust-cross from 0.0.14 to 0.0.15 Bumps [houseabsolute/actions-rust-cross](https://github.com/houseabsolute/actions-rust-cross) from 0.0.14 to 0.0.15. - [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/ad283b2fc65ad1f3a04fb8bf8b2b829aad4a9318...e021eb0bd0406694c4c3bd14cfce45df810dfaa5) --- 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 3665ff53..fd1abd15 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@ad283b2fc65ad1f3a04fb8bf8b2b829aad4a9318 + - uses: houseabsolute/actions-rust-cross@e021eb0bd0406694c4c3bd14cfce45df810dfaa5 with: command: build target: thumbv7em-none-eabi @@ -116,7 +116,7 @@ jobs: with: persist-credentials: false - - uses: houseabsolute/actions-rust-cross@ad283b2fc65ad1f3a04fb8bf8b2b829aad4a9318 + - uses: houseabsolute/actions-rust-cross@e021eb0bd0406694c4c3bd14cfce45df810dfaa5 with: command: test target: ${{ matrix.arch }}