From 4b08fdd4c2d95c56f273e4d6b671febd7fdb4ec6 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 8 Jan 2026 17:48:35 -0500 Subject: [PATCH] ci: Use shared actions from bootc-dev/actions https://github.com/bootc-dev/actions now exists and is nicer than syncing GHA via the sync-common flow. Assisted-by: OpenCode (Opus 4.5) Signed-off-by: Colin Walters --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 898c4cb..468c1c4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup bootc Ubuntu environment - uses: ./.github/actions/bootc-ubuntu-setup + uses: bootc-dev/actions/bootc-ubuntu-setup@main with: libvirt: 'true' @@ -34,7 +34,7 @@ jobs: echo "ALL_BASE_IMAGES=$(just --evaluate ALL_BASE_IMAGES)" >> $GITHUB_ENV - name: Setup Rust - uses: ./.github/actions/setup-rust + uses: bootc-dev/actions/setup-rust@main - name: Build run: just validate && just build @@ -91,7 +91,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: ./.github/actions/bootc-ubuntu-setup + - uses: bootc-dev/actions/bootc-ubuntu-setup@main with: libvirt: 'true' @@ -101,7 +101,7 @@ jobs: echo "ALL_BASE_IMAGES=$(just --evaluate ALL_BASE_IMAGES)" >> $GITHUB_ENV - name: Setup Rust - uses: ./.github/actions/setup-rust + uses: bootc-dev/actions/setup-rust@main - name: Pull test images run: just pull-test-images