Skip to content

Commit 81fc150

Browse files
authored
Merge pull request #56 from rabestro/chore/github-actions
Update GitHub Actions and IntelliJ configuration files
2 parents 7efc837 + 9819091 commit 81fc150

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ jobs:
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
2122
uses: actions/cache@v4

.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)