diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 4fd37af..2608ab3 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: oven/bun:1 + container: catthehacker/ubuntu:act-latest steps: - name: Install git run: apt-get update && apt-get install -y git nodejs npm