diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c21a75c..92f1b32 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: java-version: 17 distribution: 'temurin' - name: Cache SonarQube packages - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar