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