We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12d6068 commit b4250d3Copy full SHA for b4250d3
google-auth-library-java/.github/workflows/sonar.yaml
@@ -19,13 +19,13 @@ jobs:
19
java-version: 17
20
distribution: temurin
21
- name: Cache SonarCloud packages
22
- uses: actions/cache@v3
+ uses: actions/cache@v4
23
with:
24
path: ~/.sonar/cache
25
key: ${{ runner.os }}-sonar
26
restore-keys: ${{ runner.os }}-sonar
27
- name: Cache Maven packages
28
29
30
path: ~/.m2
31
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments