Skip to content

Commit 9819091

Browse files
author
Jegors Cemisovs
committed
Update GitHub Actions and IntelliJ configuration files
1 parent 4fd6e6a commit 9819091

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,22 @@ jobs:
1010
name: Build
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v6
1414
with:
1515
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
1616
- name: Set up JDK 17
17-
uses: actions/setup-java@v1
17+
uses: actions/setup-java@v5
1818
with:
19+
distribution: 'temurin'
1920
java-version: 17
2021
- name: Cache SonarCloud packages
21-
uses: actions/cache@v1
22+
uses: actions/cache@v4
2223
with:
2324
path: ~/.sonar/cache
2425
key: ${{ runner.os }}-sonar
2526
restore-keys: ${{ runner.os }}-sonar
2627
- name: Cache Gradle packages
27-
uses: actions/cache@v1
28+
uses: actions/cache@v4
2829
with:
2930
path: ~/.gradle/caches
3031
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}

.idea/compiler.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)