From e7d81dbbb2c7cf23a8a92791b1761b1568fb8411 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 06:54:39 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3.2.3 --- .github/workflows/maven-master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-master.yml b/.github/workflows/maven-master.yml index d067e411..93ba84a2 100644 --- a/.github/workflows/maven-master.yml +++ b/.github/workflows/maven-master.yml @@ -28,7 +28,7 @@ jobs: cache: 'maven' - name: Cache SonarCloud packages - uses: actions/cache@v3.2.2 + uses: actions/cache@v3.2.3 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar