We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae9d79 commit ae9124bCopy full SHA for ae9124b
.github/workflows/sonar.yml
@@ -27,11 +27,11 @@ jobs:
27
distribution: 'adopt'
28
java-version: 11
29
- name: Cache SonarCloud packages
30
- uses: actions/cache@v3
+ uses: actions/cache@v4
31
with:
32
path: ~/.sonar/cache
33
key: ${{ runner.os }}-sonar-${{ steps.date.outputs.date }}
34
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
35
36
path: |
37
~/.m2/repository
.github/workflows/unit-tests.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
java-version: ${{ matrix.java }}
0 commit comments