From 6d4ef4d7a5e968935675e2b89178471b1d37734d Mon Sep 17 00:00:00 2001 From: Axel Heider Date: Fri, 26 Jan 2024 18:53:23 +0100 Subject: [PATCH] use axel-h/ci-actions@patch-axel-7 Signed-off-by: Axel Heider --- .github/workflows/test-hw.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-hw.yml b/.github/workflows/test-hw.yml index c4fa9a22..c53cf54a 100644 --- a/.github/workflows/test-hw.yml +++ b/.github/workflows/test-hw.yml @@ -34,7 +34,7 @@ jobs: xml: ${{ steps.repo.outputs.xml }} steps: - id: repo - uses: seL4/ci-actions/repo-checkout@master + uses: axel-h/ci-actions/repo-checkout@patch-axel-7 with: manifest_repo: camkes-vm-examples-manifest manifest: master.xml @@ -48,7 +48,7 @@ jobs: matrix: march: [nehalem, armv7a, armv8a] steps: - - uses: seL4/ci-actions/camkes-vm@master + - uses: axel-h/ci-actions/camkes-vm@patch-axel-7 with: xml: ${{ needs.code.outputs.xml }} march: ${{ matrix.march }} @@ -87,7 +87,7 @@ jobs: with: name: images-${{ matrix.march }} - name: Run - uses: seL4/ci-actions/camkes-vm-hw@master + uses: axel-h/ci-actions/camkes-vm-hw@patch-axel-7 with: march: ${{ matrix.march }} index: $${{ strategy.job-index }}