diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index f4caa7a13..5104c558e 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Bootc Ubuntu Setup - uses: ./.github/actions/bootc-ubuntu-setup + uses: bootc-dev/actions/bootc-ubuntu-setup@main - name: Setup env run: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3ab65449..5ae021397 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Bootc Ubuntu Setup - uses: ./.github/actions/bootc-ubuntu-setup + uses: bootc-dev/actions/bootc-ubuntu-setup@main - name: Validate (default) run: just validate # Check for security vulnerabilities and license compliance @@ -57,7 +57,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - name: Bootc Ubuntu Setup - uses: ./.github/actions/bootc-ubuntu-setup + uses: bootc-dev/actions/bootc-ubuntu-setup@main - name: Enable fsverity for / run: sudo tune2fs -O verity $(findmnt -vno SOURCE /) - name: Install utils @@ -112,7 +112,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Bootc Ubuntu Setup - uses: ./.github/actions/bootc-ubuntu-setup + uses: bootc-dev/actions/bootc-ubuntu-setup@main - name: Build mdbook run: just build-mdbook # Build packages for each test OS @@ -127,7 +127,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Bootc Ubuntu Setup - uses: ./.github/actions/bootc-ubuntu-setup + uses: bootc-dev/actions/bootc-ubuntu-setup@main - name: Setup env run: | @@ -164,7 +164,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Bootc Ubuntu Setup - uses: ./.github/actions/bootc-ubuntu-setup + uses: bootc-dev/actions/bootc-ubuntu-setup@main with: libvirt: true - name: Install tmt @@ -223,7 +223,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Bootc Ubuntu Setup - uses: ./.github/actions/bootc-ubuntu-setup + uses: bootc-dev/actions/bootc-ubuntu-setup@main with: libvirt: true - name: Install tmt diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 001602d59..e3dcc65b6 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Bootc Ubuntu Setup - uses: ./.github/actions/bootc-ubuntu-setup + uses: bootc-dev/actions/bootc-ubuntu-setup@main - name: Build mdbook run: mkdir target && just build-mdbook-to target/docs env: