From 6bb2ad1022daa37ee09cf16a433290e705160c72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 08:46:20 -0600 Subject: [PATCH] chore(deps): bump uraimo/run-on-arch-action from 2.5.1 to 2.6.0 (#2097) Bumps [uraimo/run-on-arch-action](https://github.com/uraimo/run-on-arch-action) from 2.5.1 to 2.6.0. - [Release notes](https://github.com/uraimo/run-on-arch-action/releases) - [Commits](https://github.com/uraimo/run-on-arch-action/compare/4ed76f16f09d12e83abd8a49e1ac1e5bf08784d4...4803fad82c266c7860218e93d3024b5810c7866a) --- updated-dependencies: - dependency-name: uraimo/run-on-arch-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/all_solutions.yml | 2 +- .github/workflows/build_profiler.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/all_solutions.yml b/.github/workflows/all_solutions.yml index fa650933b0..1fa494e275 100644 --- a/.github/workflows/all_solutions.yml +++ b/.github/workflows/all_solutions.yml @@ -408,7 +408,7 @@ jobs: path: src/Agent - name: Run test commands - uses: uraimo/run-on-arch-action@4ed76f16f09d12e83abd8a49e1ac1e5bf08784d4 # v2.5.1 + uses: uraimo/run-on-arch-action@4803fad82c266c7860218e93d3024b5810c7866a # v2.6.0 with: arch: aarch64 distro: ubuntu18.04 diff --git a/.github/workflows/build_profiler.yml b/.github/workflows/build_profiler.yml index 331272aa05..db2e4e8fbc 100644 --- a/.github/workflows/build_profiler.yml +++ b/.github/workflows/build_profiler.yml @@ -246,7 +246,7 @@ jobs: rm -rf ${{ github.workspace }}/src/Agent/_profilerBuild/x86-Release || true shell: bash - - uses: uraimo/run-on-arch-action@4ed76f16f09d12e83abd8a49e1ac1e5bf08784d4 # v2.5.1 + - uses: uraimo/run-on-arch-action@4803fad82c266c7860218e93d3024b5810c7866a # v2.6.0 name: Run commands id: runcmd with: