From 27d28191d8e044dbd0cda565eebabf0be865c871 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Nov 2021 16:26:11 +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 69bbe7b1..20b8b629 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.6 + uses: actions/cache@v2.1.7 with: path: | scripts/build @@ -59,7 +59,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 d5d16429..8a49a0d8 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 @@ -166,7 +166,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 @@ -188,7 +188,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 8d23cd9e..e5757e0f 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