diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 930e8c7..b312d55 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 #sonar is happier with this - name: Cache Maven local repository - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.m2/repository key: snapshot-maven-${{ hashFiles('**/pom.xml') }}