We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a85ea7f + 9d114f3 commit ba5b443Copy full SHA for ba5b443
.github/workflows/build.yml
@@ -27,12 +27,12 @@ jobs:
27
- run: ldd --version
28
if: ${{ matrix.os == 'ubuntu-20.04'}}
29
- uses: actions/checkout@v4
30
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
31
with:
32
path: ~/.sonar/cache
33
key: ${{ runner.os }}-sonar
34
restore-keys: ${{ runner.os }}-sonar
35
36
37
path: ~/.m2
38
key: ${{ runner.os }}-m2-${{ hashFiles('pom.xml') }}
.github/workflows/release.yml
@@ -47,7 +47,7 @@ jobs:
47
48
49
50
51
52
53
0 commit comments