From 9d4e02995b31ca34ac094f243e3aebf36f0acbbe Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Tue, 27 Apr 2021 13:48:51 +0200 Subject: [PATCH] Update run-on-arch-action (#11199) Motivation: In the past we did see problems sometime when run-on-arch-action was used. We are multiple releases behind, lets update and so maybe fix the problems. Modifications: Update to latest release Result: Use latest run-on-arch-action release --- .github/workflows/ci-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index c9fde9292a..c430071d66 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -48,7 +48,7 @@ jobs: ${{ runner.os }}-pr-${{ env.cache-name }}- ${{ runner.os }}-pr- - - uses: uraimo/run-on-arch-action@v2.0.5 + - uses: uraimo/run-on-arch-action@v2.0.9 name: Run commands id: runcmd with: