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 2fed41d commit 8a49a68Copy full SHA for 8a49a68
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
java-version: 8
21
- name: Cache SonarCloud packages
22
- uses: actions/cache@v1
+ uses: actions/cache@v3
23
24
path: ~/.sonar/cache
25
key: ${{ runner.os }}-sonar
0 commit comments