From 29e9e834f96e6ab8d21e9e529a9942d343cf959f Mon Sep 17 00:00:00 2001 From: Matthew L McPeak Date: Fri, 12 Jun 2026 11:27:43 -0400 Subject: [PATCH] fix: pub --- .forgejo/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index cb9c140..3500c19 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: needs: build if: startsWith(github.ref, 'refs/tags/v') runs-on: ubuntu-latest - container: catthehacker/ubuntu:act-latest + container: oven/bun:1 steps: - name: Checkout uses: actions/checkout@v4 -- 2.45.2