From b61688af8107f8e311630e0c518ea919d786fa9b Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 31 May 2021 01:56:48 +0000
Subject: [PATCH] Bump actions/cache from 2.1.5 to 2.1.6

Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.6)

Signed-off-by: dependabot[bot] <support@github.com>
---
 .github/workflows/check-supported-versions.yaml | 4 ++--
 .github/workflows/openapi-generator.yaml        | 8 ++++----
 .github/workflows/samples-dart.yaml             | 8 ++++----
 .github/workflows/samples-kotlin.yaml           | 2 +-
 4 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/.github/workflows/check-supported-versions.yaml b/.github/workflows/check-supported-versions.yaml
index 56992b9811e..e7066d64f6e 100644
--- a/.github/workflows/check-supported-versions.yaml
+++ b/.github/workflows/check-supported-versions.yaml
@@ -29,14 +29,14 @@ jobs:
           distribution: 'adopt'
           java-version: ${{ matrix.java }}
 
-      - uses: actions/cache@v2.1.5
+      - uses: actions/cache@v2.1.6
         with:
           path: ~/.m2/repository
           key: ${{ runner.os }}-maven-${{ hashFiles('pom.xml', 'modules/**/pom.xml') }}
           restore-keys: |
             ${{ runner.os }}-maven-
 
-      - uses: actions/cache@v2.1.5
+      - uses: actions/cache@v2.1.6
         with:
           path: |
             ~/.gradle/caches
diff --git a/.github/workflows/openapi-generator.yaml b/.github/workflows/openapi-generator.yaml
index 5bb78a6f3b0..22577928444 100644
--- a/.github/workflows/openapi-generator.yaml
+++ b/.github/workflows/openapi-generator.yaml
@@ -21,7 +21,7 @@ jobs:
         with:
           java-version: 8
       - name: Cache maven dependencies
-        uses: actions/cache@v2
+        uses: actions/cache@v2.1.6
         env:
           cache-name: cache-maven-repository
         with:
@@ -56,7 +56,7 @@ jobs:
         with:
           java-version: 8
       - name: Cache maven dependencies
-        uses: actions/cache@v2
+        uses: actions/cache@v2.1.6
         env:
           cache-name: cache-maven-repository
         with:
@@ -162,7 +162,7 @@ jobs:
         with:
           java-version: 11
       - name: Cache maven dependencies
-        uses: actions/cache@v2
+        uses: actions/cache@v2.1.6
         env:
           cache-name: cache-maven-repository
         with:
@@ -194,7 +194,7 @@ jobs:
         with:
           java-version: 11
       - name: Cache maven dependencies
-        uses: actions/cache@v2
+        uses: actions/cache@v2.1.6
         env:
           cache-name: cache-maven-repository
         with:
diff --git a/.github/workflows/samples-dart.yaml b/.github/workflows/samples-dart.yaml
index a1392d65e7c..d2ce8f874eb 100644
--- a/.github/workflows/samples-dart.yaml
+++ b/.github/workflows/samples-dart.yaml
@@ -21,7 +21,7 @@ jobs:
           distribution: 'adopt'
           java-version: 8
       - name: Cache maven dependencies
-        uses: actions/cache@v2
+        uses: actions/cache@v2.1.6
         env:
           cache-name: maven-repository
         with:
@@ -30,7 +30,7 @@ jobs:
             ~/.gradle
           key: ${{ runner.os }}-${{ github.job }}-${{ env.cache-name }}-${{ hashFiles('**/pom.xml') }}
       - name: Cache test dependencies
-        uses: actions/cache@v2
+        uses: actions/cache@v2.1.6
         env:
           cache-name: pub-cache
         with:
@@ -54,7 +54,7 @@ jobs:
           distribution: 'adopt'
           java-version: 8
       - name: Cache maven dependencies
-        uses: actions/cache@v2
+        uses: actions/cache@v2.1.6
         env:
           cache-name: maven-repository
         with:
@@ -63,7 +63,7 @@ jobs:
             ~/.gradle
           key: ${{ runner.os }}-${{ github.job }}-${{ env.cache-name }}-${{ hashFiles('**/pom.xml') }}
       - name: Cache test dependencies
-        uses: actions/cache@v2
+        uses: actions/cache@v2.1.6
         env:
           cache-name: pub-cache
         with:
diff --git a/.github/workflows/samples-kotlin.yaml b/.github/workflows/samples-kotlin.yaml
index faa5062c553..366e5031031 100644
--- a/.github/workflows/samples-kotlin.yaml
+++ b/.github/workflows/samples-kotlin.yaml
@@ -46,7 +46,7 @@ jobs:
           distribution: 'adopt'
           java-version: 8
       - name: Cache maven dependencies
-        uses: actions/cache@v2
+        uses: actions/cache@v2.1.6
         env:
           cache-name: maven-repository
         with:
-- 
GitLab