From 453c051a990a11b4adad1123bfc10e98b5c2f43d Mon Sep 17 00:00:00 2001 From: Matthew L McPeak Date: Fri, 12 Jun 2026 11:37:06 -0400 Subject: [PATCH] fix: pub (#7) Reviewed-on: https://git.mcpeakdev.com/McPeakDev/nychthemeron/pulls/7 Co-authored-by: Matthew L McPeak Co-committed-by: Matthew L McPeak --- .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