Merge pull request #260 from apache/dependabot/github_actions/actions/cache-3.3.2

Bump actions/cache from 3.3.1 to 3.3.2
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 9ff8e6f..3a0ee54 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -33,7 +33,7 @@
       - name: Checkout code
         uses: actions/checkout@v3.6.0
       - name: Set up cache
-        uses: actions/cache@v3.3.1
+        uses: actions/cache@v3.3.2
         with:
           path: ~/.m2/repository
           key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}