From 1f58e2bb28b4bdeda4cd8b38e2620e7bbd5f4f2b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 17:22:54 +0000 Subject: [PATCH] Update actions/cache action to v3.2.4 --- .github/workflows/check.yml | 4 ++-- .github/workflows/release.yml | 8 ++++---- .github/workflows/sandbox.yml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 68c033c..d3a915d 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -43,7 +43,7 @@ jobs: - name: Restore native cache id: cache-native - uses: actions/cache@v3.2.3 + uses: actions/cache@v3.2.4 with: path: | scripts/build @@ -59,7 +59,7 @@ jobs: - name: Restore Gradle cache id: cache - uses: actions/cache@v3.2.3 + uses: actions/cache@v3.2.4 with: path: | ~/.gradle/caches diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 60ea69f..7106900 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,7 +61,7 @@ jobs: - name: Restore native cache id: cache-native - uses: actions/cache@v3.2.3 + uses: actions/cache@v3.2.4 with: path: | scripts/build @@ -77,7 +77,7 @@ jobs: - name: Restore Gradle cache id: cache-gradle - uses: actions/cache@v3.2.3 + uses: actions/cache@v3.2.4 with: path: | ~/.gradle/caches @@ -165,7 +165,7 @@ jobs: - name: Restore native cache if: ${{ matrix.repository.enabled == true }} id: cache-native - uses: actions/cache@v3.2.3 + uses: actions/cache@v3.2.4 with: path: | scripts/build @@ -187,7 +187,7 @@ jobs: - name: Restore Gradle cache if: ${{ matrix.repository.enabled == true }} id: cache-gradle - uses: actions/cache@v3.2.3 + uses: actions/cache@v3.2.4 with: path: | ~/.gradle/caches diff --git a/.github/workflows/sandbox.yml b/.github/workflows/sandbox.yml index 430bf68..cad2b4a 100644 --- a/.github/workflows/sandbox.yml +++ b/.github/workflows/sandbox.yml @@ -61,7 +61,7 @@ jobs: - name: Restore libmongoc cache if: ${{ github.event.inputs.runAtEnd == 'true' && startsWith(matrix.os.runner, github.event.inputs.runner) }} id: cache-libmongoc - uses: actions/cache@v3.2.3 + uses: actions/cache@v3.2.4 with: path: | scripts/build @@ -80,7 +80,7 @@ jobs: - name: Restore Gradle cache if: ${{ github.event.inputs.runAtEnd == 'true' && startsWith(matrix.os.runner, github.event.inputs.runner) }} id: cache-gradle - uses: actions/cache@v3.2.3 + uses: actions/cache@v3.2.4 with: path: | ~/.gradle/caches