From 313a8a5492b660ff8ddc704de45fc7ddbfd03ced Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 27 May 2025 13:37:43 +0200 Subject: [PATCH] use better container for renovate job --- .forgejo/workflows/renovate.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/renovate.yaml b/.forgejo/workflows/renovate.yaml index 46ffbd8..f5a9c78 100644 --- a/.forgejo/workflows/renovate.yaml +++ b/.forgejo/workflows/renovate.yaml @@ -8,6 +8,7 @@ on: jobs: renovate: runs-on: ubuntu-latest + container: catthehacker/ubuntu:act-latest steps: - name: Checkout uses: actions/checkout@v4