ci: use gradle cache and checkout v4

This commit is contained in:
2026-07-25 19:44:50 +07:00
parent b8335483aa
commit 9eb7e76da5
+2 -2
View File
@@ -12,12 +12,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: 21
distribution: temurin
cache: maven
cache: gradle
- name: Build
run: ./gradlew build