From 9c7ee1219c6913d82db1c32cec5e2a4b1b22fee7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 20:59:28 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/gradle.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 5b48822..0258c58 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -58,7 +58,7 @@ jobs: - name: Cache Gradle id: cache-gradle - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: ~/.gradle key: ${{ runner.os }}-gradle diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 28128e6..7f451c1 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -17,7 +17,7 @@ jobs: - name: Cache Gradle id: cache-gradle - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: ~/.gradle key: ${{ runner.os }}-gradle @@ -49,7 +49,7 @@ jobs: - name: Cache Gradle id: cache-gradle - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: ~/.gradle key: ${{ runner.os }}-gradle @@ -106,7 +106,7 @@ jobs: - name: Cache Gradle id: cache-gradle - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: ~/.gradle key: ${{ runner.os }}-gradle