Bump actions/cache from 3 to 3.0.2
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index e40a50c..308d687 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -32,7 +32,7 @@
         
     steps:
     - uses: actions/checkout@v3
-    - uses: actions/cache@v3
+    - uses: actions/cache@v3.0.2
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8c16d5e..da30117 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -33,8 +33,8 @@
       <action type="update" due-to="Dependabot" dev="ggregory, Gary Gregory">
         Bump actions/setup-java from 1.4.0 to v3 #30, #74.
       </action>
-      <action type="update" due-to="Dependabot" dev="ggregory">
-        Bump actions/cache from 2 to 3 #39, #48, #60, #70.
+      <action type="update" due-to="Dependabot, Gary Gregory" dev="ggregory">
+        Bump actions/cache from 2 to 3.0.2 #39, #48, #60, #70.
       </action>
       <action issue="EMAIL-177" type="update" due-to="Gary Gregory">
         Bump from Java 6 to 7.