We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f340e99 commit e956496Copy full SHA for e956496
action.yml
@@ -50,14 +50,14 @@ runs:
50
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
51
52
- name: Setup JDK
53
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
54
with:
55
distribution: ${{ inputs.java-distribution }}
56
java-version: ${{ inputs.java-version }}
57
cache: maven
58
59
- name: Cache SonarCloud packages
60
- uses: actions/cache@v3
+ uses: actions/cache@v4
61
62
path: ~/.sonar/cache
63
key: ${{ runner.os }}-sonar
0 commit comments