From f3a459a5a04f1a803bdaacdc5399fcec9ec08bae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 10:37:39 +0000 Subject: [PATCH] Update actions/cache action to v4 --- .github/workflows/main_branch.yaml | 2 +- .github/workflows/pull_request.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main_branch.yaml b/.github/workflows/main_branch.yaml index eaf36fe..d360f9d 100644 --- a/.github/workflows/main_branch.yaml +++ b/.github/workflows/main_branch.yaml @@ -33,7 +33,7 @@ jobs: cache: 'gradle' - name: Cache gradle - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: | ~/.gradle/caches diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 9ba53e1..be95a20 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -34,7 +34,7 @@ jobs: cache: 'gradle' - name: Cache gradle - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: | ~/.gradle/caches