File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,21 +10,21 @@ 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
1717 uses : actions/setup-java@v1
1818 with :
1919 java-version : 17
2020 - name : Cache SonarCloud packages
21- uses : actions/cache@v1
21+ uses : actions/cache@v4
2222 with :
2323 path : ~/.sonar/cache
2424 key : ${{ runner.os }}-sonar
2525 restore-keys : ${{ runner.os }}-sonar
2626 - name : Cache Gradle packages
27- uses : actions/cache@v1
27+ uses : actions/cache@v4
2828 with :
2929 path : ~/.gradle/caches
3030 key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
You can’t perform that action at this time.
0 commit comments