diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index e3e510c..44e438c 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -25,7 +25,7 @@ jobs: server-username: MAVEN_USERNAME # env variable for username in deploy server-password: MAVEN_CENTRAL_TOKEN # env variable for token in deploy - name: Cache SonarCloud packages - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar