From d3f180cead1e3cac58c9455e92d14ac47c6edfa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B8ydahl?= Date: Tue, 21 Feb 2023 16:02:13 +0100 Subject: [PATCH] Do not cache gradle as renovate is managing the forking --- .github/workflows/renovate.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index ccb2114e..b41bef3e 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -14,7 +14,6 @@ jobs: with: distribution: 'temurin' java-version: '11' - cache: 'gradle' - name: Self-hosted Renovate uses: renovatebot/github-action@v34.143.1 with: