From 2eb8a382fa7f092e29f1429a02332e4032be0ab6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Nov 2021 03:22:34 +0000 Subject: [PATCH] Bump actions/cache from 2.1.6 to 2.1.7 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.6...v2.1.7) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... 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 ee5cdec..e731646 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -41,7 +41,7 @@ jobs: - name: Restore native cache id: cache-native - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: | scripts/build @@ -57,7 +57,7 @@ jobs: - name: Restore Gradle cache id: cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: | ~/.gradle/caches diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 813ef76..feecd84 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.6 + uses: actions/cache@v2.1.7 with: path: | scripts/build @@ -77,7 +77,7 @@ jobs: - name: Restore Gradle cache id: cache-gradle - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 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.6 + uses: actions/cache@v2.1.7 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.6 + uses: actions/cache@v2.1.7 with: path: | ~/.gradle/caches diff --git a/.github/workflows/sandbox.yml b/.github/workflows/sandbox.yml index 8d23cd9..e5757e0 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.6 + uses: actions/cache@v2.1.7 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.6 + uses: actions/cache@v2.1.7 with: path: | ~/.gradle/caches