Merge pull request #62 from apache/dependabot/github_actions/actions/cache-3.2.5

TENTACLES-16: Bump actions/cache from 3.2.4 to 3.2.5
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 0a72c3e..243f518 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -39,7 +39,7 @@
         uses: actions/checkout@v3
 
       - name: Configura artifact caching
-        uses: actions/cache@v3.2.4
+        uses: actions/cache@v3.2.5
         with:
           path: ~/.m2/repository
           key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}