From 7678249d89f0f04488a71e5cc04eb5d577abf3bf Mon Sep 17 00:00:00 2001 From: Axel Heider Date: Mon, 29 Jan 2024 00:29:47 +0100 Subject: [PATCH] use axel-h/ci-actions@patch-axel-7 Signed-off-by: Axel Heider --- .github/workflows/test-hw.yml | 6 +++--- .github/workflows/test.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-hw.yml b/.github/workflows/test-hw.yml index 5f56d0b9..81f07354 100644 --- a/.github/workflows/test-hw.yml +++ b/.github/workflows/test-hw.yml @@ -47,7 +47,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 @@ -62,7 +62,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 }} @@ -99,7 +99,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 }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f8fb52a0..28933451 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,6 +18,6 @@ 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: march: ${{ matrix.march }}