diff --git a/.github/workflows/test_and_build.yml b/.github/workflows/test_and_build.yml index 3390e1f..ac02505 100644 --- a/.github/workflows/test_and_build.yml +++ b/.github/workflows/test_and_build.yml @@ -41,14 +41,14 @@ jobs: with: fetch-depth: 0 - name: Cache SonarCloud packages - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ./sonar/cache key: ${{ runner.os }}-sonar restore-keys: ${{ runner.os }}-sonar - name: Cache SonarCloud scanner id: cache-sonar-scanner - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ./sonar/scanner key: ${{ runner.os }}-sonar-scanner