From 9819091001983ec65eb55659f3fe6e3ca32cf5a7 Mon Sep 17 00:00:00 2001 From: Jegors Cemisovs Date: Wed, 1 Apr 2026 14:08:37 +0300 Subject: [PATCH] Update GitHub Actions and IntelliJ configuration files --- .github/workflows/build.yml | 9 +++++---- .idea/compiler.xml | 7 +++++++ 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 72b8671..c86ab94 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,21 +10,22 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v1 + uses: actions/setup-java@v5 with: + distribution: 'temurin' java-version: 17 - name: Cache SonarCloud packages - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar restore-keys: ${{ runner.os }}-sonar - name: Cache Gradle packages - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }} diff --git a/.idea/compiler.xml b/.idea/compiler.xml index b589d56..b1c54b3 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -3,4 +3,11 @@ + + + \ No newline at end of file