From 4c6ebfe5aa1edd7378da822ec1440ca67a89ff71 Mon Sep 17 00:00:00 2001 From: litetex's Renovate Bot <149955914+litetex-renovate@users.noreply.github.com> Date: Fri, 12 Dec 2025 04:40:01 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/workflows/sonar.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index c2f1363..51f59d0 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -38,7 +38,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Cache SonarCloud packages - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar @@ -46,7 +46,7 @@ jobs: - name: Cache SonarCloud scanner id: cache-sonar-scanner - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ./src/.sonar/scanner key: ${{ runner.os }}-sonar-scanner