From 739c4d1c51ff11950dc7a51541dab33eb0844373 Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Wed, 13 Mar 2024 07:26:31 -0500 Subject: [PATCH] Update .gitea/workflows/renovate.yaml --- .gitea/workflows/renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index 835506a..3566d92 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -9,7 +9,7 @@ on: jobs: renovate: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 container: ghcr.io/renovatebot/renovate:37.20.2 steps: - uses: actions/checkout@v4