From f8ad0108fd608b736bf8b7154932b5cc47ecc35a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Dec 2025 00:43:00 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/pr-test-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-test-coverage.yml b/.github/workflows/pr-test-coverage.yml index 294be822a..264c31fa0 100644 --- a/.github/workflows/pr-test-coverage.yml +++ b/.github/workflows/pr-test-coverage.yml @@ -38,7 +38,7 @@ jobs: 8.0.x - name: Cache SonarCloud packages - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~\sonar\cache key: ${{ runner.os }}-sonar