Merge pull request #69 from apache/dependabot/maven/org.apache.maven.plugins-maven-surefire-report-plugin-3.0.0

TENTACLES-16: Bump maven-surefire-report-plugin from 2.22.2 to 3.0.0
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 595fa3d..dc8e0a9 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.6
+        uses: actions/cache@v3.3.1
         with:
           path: ~/.m2/repository
           key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}