From 5ea85c94a4d232a2a40d208a8769ff7de11cd7e3 Mon Sep 17 00:00:00 2001 From: Ethan Dye Date: Thu, 5 Dec 2024 19:22:21 -0700 Subject: [PATCH] Use correct version Signed-off-by: Ethan Dye --- .github/workflows/test-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 2cdfd0e..d96c792 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -54,7 +54,7 @@ jobs: - name: Build image id: build - uses: usimd/pi-gen-action@main + uses: usimd/pi-gen-action@v1.10.0 with: image-name: raspios compression: none