From 9e66847014ae607ae30ff0fa44c0e7db98f9f512 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 26 Mar 2022 12:45:04 +0000 Subject: [PATCH] Update actions/cache action to v3 --- .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..fdbad97 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@v3 with: path: | ~/.sonar