Merge pull request #105 from apache/dependabot/github_actions/actions/cache-3.3.3

Bump actions/cache from 3.3.2 to 3.3.3
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 1da06a0..3e0b753 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -39,7 +39,7 @@
         uses: actions/checkout@v4
 
       - name: Configura artifact caching
-        uses: actions/cache@v3.3.2
+        uses: actions/cache@v3.3.3
         with:
           path: ~/.m2/repository
           key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}