From fb59f5d54601c54af932e36eab73d9f3255e50e4 Mon Sep 17 00:00:00 2001 From: NONPLAYT <76615486+NONPLAYT@users.noreply.github.com> Date: Sat, 15 Nov 2025 00:10:44 +0300 Subject: [PATCH] [ci-skip] use actions cache insted of blacksmith --- .github/workflows/build-12110.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-12110.yml b/.github/workflows/build-12110.yml index 641b5cc..f02d5de 100644 --- a/.github/workflows/build-12110.yml +++ b/.github/workflows/build-12110.yml @@ -21,7 +21,7 @@ jobs: fetch-depth: 0 - name: Setup Gradle Cache - uses: useblacksmith/cache@v5 + uses: actions/cache@v4 with: path: | ~/.gradle/caches/modules-2 @@ -43,7 +43,7 @@ jobs: find ~/.gradle/caches -name "*.lock" -type f -delete || echo "No lock files found" - name: Setup JDK 21 - uses: useblacksmith/setup-java@v5 + uses: actions/setup-java@v5 with: distribution: temurin java-version: 21