diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a73dbdb..e65281c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,13 +26,13 @@ jobs: distribution: 'temurin' cache: maven - name: Cache SonarCloud packages - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar restore-keys: ${{ runner.os }}-sonar - name: Cache Maven packages - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}