Merge pull request #314 from apache/dependabot/github_actions/actions/cache-4.0.0

Bump actions/cache from 3.3.2 to 4.0.0
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 8095055..756cbca 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -33,7 +33,7 @@
       - name: Checkout code
         uses: actions/checkout@v4.1.1
       - name: Set up cache
-        uses: actions/cache@v3.3.2
+        uses: actions/cache@v4.0.0
         with:
           path: ~/.m2/repository
           key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}