From d36b0e4c95b6ba3e7dd519d40771ca8260906828 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Apr 2022 12:41:02 +0000 Subject: [PATCH] Bump actions/cache from 2.1.7 to 3.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v2.1.7...v3.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 a9fd36a4..7c99c8f7 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@v2.1.7 + uses: actions/cache@v3.0.2 with: path: | scripts/build @@ -59,7 +59,7 @@ jobs: - name: Restore Gradle cache id: cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.0.2 with: path: | ~/.gradle/caches diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d5a9b7b5..401b5323 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@v2.1.7 + uses: actions/cache@v3.0.2 with: path: | scripts/build @@ -77,7 +77,7 @@ jobs: - name: Restore Gradle cache id: cache-gradle - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.0.2 with: path: | ~/.gradle/caches @@ -165,7 +165,7 @@ jobs: - name: Restore native cache if: ${{ matrix.repository.enabled == true }} id: cache-native - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.0.2 with: path: | scripts/build @@ -187,7 +187,7 @@ jobs: - name: Restore Gradle cache if: ${{ matrix.repository.enabled == true }} id: cache-gradle - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.0.2 with: path: | ~/.gradle/caches diff --git a/.github/workflows/sandbox.yml b/.github/workflows/sandbox.yml index 95be3842..1b2e3016 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@v2.1.7 + uses: actions/cache@v3.0.2 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@v2.1.7 + uses: actions/cache@v3.0.2 with: path: | ~/.gradle/caches