From 9db8c8579c226217b73c806ab9940bcf4b4ada52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 18:55:14 +0000 Subject: [PATCH] Update actions/cache action to v6 --- .github/workflows/codescan-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codescan-analysis.yml b/.github/workflows/codescan-analysis.yml index edfd2f2..a0cb1af 100644 --- a/.github/workflows/codescan-analysis.yml +++ b/.github/workflows/codescan-analysis.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - name: Cache files - uses: actions/cache@v2 + uses: actions/cache@v6 with: path: | ~/.sonar