From a181c38991aa4f8556590c8b1c3b3495f11aae64 Mon Sep 17 00:00:00 2001 From: Adrian Siekierka Date: Sun, 6 Apr 2025 13:52:13 +0200 Subject: [PATCH] chore: fix GitHub CI --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 122ee3c0d..4024c7a85 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -77,7 +77,7 @@ jobs: run: chmod +x gradlew - name: Validate Gradle wrapper uses: gradle/wrapper-validation-action@v1 - - uses: actions/cache@v2 + - uses: actions/cache@v4 with: path: | ~/.gradle/caches