From 46eafba62ee380a1f8230e2d5e81f65e0e030f15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geyslan=20Greg=C3=B3rio?= Date: Tue, 2 Apr 2024 21:56:42 -0300 Subject: [PATCH] ci: bump run-on-arch action to v2.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit More info: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ Signed-off-by: Geyslan Gregório --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3282e56..2d0334d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,7 +70,7 @@ jobs: - run: source /tmp/ci_setup && sudo -E $CI_ROOT/managers/ubuntu.sh if: matrix.arch == 'x86' name: Setup - - uses: uraimo/run-on-arch-action@v2.0.5 + - uses: uraimo/run-on-arch-action@v2.7.1 name: Build in docker if: matrix.arch != 'x86' with: