From f311e92ca48e3cdeac21af6335db684c08caa964 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 13:49:21 +0000 Subject: [PATCH] Update actions/cache action to v3.3.0 --- .github/workflows/check.yml | 4 ++-- .github/workflows/release.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index abe53d7..625432a 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -50,7 +50,7 @@ jobs: - name: Restore native library cache id: cache-native - uses: actions/cache@v3.0.5 + uses: actions/cache@v3.3.0 with: path: | scripts/build @@ -66,7 +66,7 @@ jobs: - name: Restore Gradle cache id: cache-gradle - uses: actions/cache@v3.0.5 + uses: actions/cache@v3.3.0 with: path: | ~/.gradle/caches diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a199600..a4fb219 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: - name: Restore Gradle cache id: cache-gradle - uses: actions/cache@v3.0.5 + uses: actions/cache@v3.3.0 with: path: | ~/.gradle/caches @@ -120,7 +120,7 @@ jobs: - name: Restore native cache if: ${{ matrix.repository.enabled == true }} id: cache-native - uses: actions/cache@v3.0.5 + uses: actions/cache@v3.3.0 with: path: | scripts/build @@ -142,7 +142,7 @@ jobs: - name: Restore Gradle cache if: ${{ matrix.repository.enabled == true }} id: cache-gradle - uses: actions/cache@v3.0.5 + uses: actions/cache@v3.3.0 with: path: | ~/.gradle/caches @@ -177,7 +177,7 @@ jobs: - uses: actions/checkout@v3.0.2 - name: Restore Gradle cache - uses: actions/cache@v3.0.5 + uses: actions/cache@v3.3.0 with: path: | ~/.gradle/caches