Merge pull request #135 from apache/dependabot/github_actions/actions/cache-4.0.2

Bump actions/cache from 4.0.1 to 4.0.2
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index ae19c59..84949db 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -43,7 +43,7 @@
         uses: actions/checkout@v4
 
       - name: Configura artifact caching
-        uses: actions/cache@v4.0.1
+        uses: actions/cache@v4.0.2
         with:
           path: ~/.m2/repository
           key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}