From c27cbbf43d77a610ceaedc312841072369a924b3 Mon Sep 17 00:00:00 2001 From: Axel Heider Date: Mon, 29 Jan 2024 03:18:55 +0100 Subject: [PATCH] use axel-h/ci-actions@patch-axel-9 Signed-off-by: Axel Heider --- .github/workflows/test-hw.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-hw.yml b/.github/workflows/test-hw.yml index 65deda59..809bae7b 100644 --- a/.github/workflows/test-hw.yml +++ b/.github/workflows/test-hw.yml @@ -49,7 +49,7 @@ jobs: matrix: march: [nehalem, armv7a, armv8a] steps: - - uses: axel-h/ci-actions/camkes-vm@patch-axel-7 + - uses: axel-h/ci-actions/camkes-vm@patch-axel-9 with: xml: ${{ needs.code.outputs.xml }} march: ${{ matrix.march }} @@ -88,7 +88,7 @@ jobs: with: name: images-${{ matrix.march }} - name: Run - uses: axel-h/ci-actions/camkes-vm-hw@patch-axel-7 + uses: axel-h/ci-actions/camkes-vm-hw@patch-axel-9 with: march: ${{ matrix.march }} index: $${{ strategy.job-index }}