Skip to content

Commit ad60763

Browse files
authored
ci: Use shared actions from bootc-dev/actions (#1897)
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 <[email protected]>
1 parent d2eb1b6 commit ad60763

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v6
3030
- name: Bootc Ubuntu Setup
31-
uses: ./.github/actions/bootc-ubuntu-setup
31+
uses: bootc-dev/actions/bootc-ubuntu-setup@main
3232

3333
- name: Setup env
3434
run: |

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@v6
3838
- name: Bootc Ubuntu Setup
39-
uses: ./.github/actions/bootc-ubuntu-setup
39+
uses: bootc-dev/actions/bootc-ubuntu-setup@main
4040
- name: Validate (default)
4141
run: just validate
4242
# Check for security vulnerabilities and license compliance
@@ -57,7 +57,7 @@ jobs:
5757
- name: Checkout repository
5858
uses: actions/checkout@v6
5959
- name: Bootc Ubuntu Setup
60-
uses: ./.github/actions/bootc-ubuntu-setup
60+
uses: bootc-dev/actions/bootc-ubuntu-setup@main
6161
- name: Enable fsverity for /
6262
run: sudo tune2fs -O verity $(findmnt -vno SOURCE /)
6363
- name: Install utils
@@ -112,7 +112,7 @@ jobs:
112112
steps:
113113
- uses: actions/checkout@v6
114114
- name: Bootc Ubuntu Setup
115-
uses: ./.github/actions/bootc-ubuntu-setup
115+
uses: bootc-dev/actions/bootc-ubuntu-setup@main
116116
- name: Build mdbook
117117
run: just build-mdbook
118118
# Build packages for each test OS
@@ -127,7 +127,7 @@ jobs:
127127
steps:
128128
- uses: actions/checkout@v6
129129
- name: Bootc Ubuntu Setup
130-
uses: ./.github/actions/bootc-ubuntu-setup
130+
uses: bootc-dev/actions/bootc-ubuntu-setup@main
131131

132132
- name: Setup env
133133
run: |
@@ -164,7 +164,7 @@ jobs:
164164
steps:
165165
- uses: actions/checkout@v6
166166
- name: Bootc Ubuntu Setup
167-
uses: ./.github/actions/bootc-ubuntu-setup
167+
uses: bootc-dev/actions/bootc-ubuntu-setup@main
168168
with:
169169
libvirt: true
170170
- name: Install tmt
@@ -223,7 +223,7 @@ jobs:
223223
steps:
224224
- uses: actions/checkout@v6
225225
- name: Bootc Ubuntu Setup
226-
uses: ./.github/actions/bootc-ubuntu-setup
226+
uses: bootc-dev/actions/bootc-ubuntu-setup@main
227227
with:
228228
libvirt: true
229229
- name: Install tmt

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v6
2222
- name: Bootc Ubuntu Setup
23-
uses: ./.github/actions/bootc-ubuntu-setup
23+
uses: bootc-dev/actions/bootc-ubuntu-setup@main
2424
- name: Build mdbook
2525
run: mkdir target && just build-mdbook-to target/docs
2626
env:

0 commit comments

Comments
 (0)