From c34d30dc17a4944bf3b65fc3bdb8af034fc4e092 Mon Sep 17 00:00:00 2001 From: TobiGr Date: Tue, 26 Mar 2024 22:48:47 +0100 Subject: [PATCH] [CI] Update sonar job to use cache@v4 Updates deprecated Node 16 to 20 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3aff730b..0d76e1645 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,7 +123,7 @@ jobs: cache: 'gradle' - name: Cache SonarCloud packages - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar