Merge pull request #59 from apache/dependabot/github_actions/actions/cache-v2.1.5

Bump actions/cache from v2.1.4 to v2.1.5
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 163e3f9..edec437 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -38,7 +38,7 @@
         
     steps:
     - uses: actions/checkout@v2.3.4
-    - uses: actions/cache@v2.1.4
+    - uses: actions/cache@v2.1.5
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}