From bb4d9533d5a1425cad196dbdd6f26404e8c44d17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 18:10:29 +0000 Subject: [PATCH] Bump uraimo/run-on-arch-action from 2.7.2 to 3.1.0 Bumps [uraimo/run-on-arch-action](https://github.com/uraimo/run-on-arch-action) from 2.7.2 to 3.1.0. - [Commits](https://github.com/uraimo/run-on-arch-action/compare/v2.7.2...v3.1.0) --- updated-dependencies: - dependency-name: uraimo/run-on-arch-action dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/UnitTestArm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/UnitTestArm.yml b/.github/workflows/UnitTestArm.yml index 037fe2e..05a4ef6 100644 --- a/.github/workflows/UnitTestArm.yml +++ b/.github/workflows/UnitTestArm.yml @@ -52,7 +52,7 @@ jobs: tar -xf /tmp/julia-aarch64.tar.gz --strip-components=1 -C /home/runner/work/julia/ rm /tmp/julia-aarch64.tar.gz - - uses: uraimo/run-on-arch-action@v2.7.2 + - uses: uraimo/run-on-arch-action@v3.1.0 name: Unit Test with: arch: ${{ matrix.arch }}