diff --git a/.github/workflows/firmware.docs.yaml b/.github/workflows/firmware.docs.yaml
index f114436..ed0ed39 100644
--- a/.github/workflows/firmware.docs.yaml
+++ b/.github/workflows/firmware.docs.yaml
@@ -63,7 +63,7 @@ jobs:
 
     # PUBLISH
     - name: Publish Firmware Docs
-      uses: peaceiris/actions-gh-pages@v3.8.0
+      uses: peaceiris/actions-gh-pages@v3.9.1
       if: ${{ always() }}
       with:
         github_token: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.github/workflows/hardware.docs.yaml b/.github/workflows/hardware.docs.yaml
index 3384c1e..cb4cd54 100644
--- a/.github/workflows/hardware.docs.yaml
+++ b/.github/workflows/hardware.docs.yaml
@@ -258,7 +258,7 @@ jobs:
 
     # PUBLISH
     - name: Publish Hardware Docs
-      uses: peaceiris/actions-gh-pages@v3.8.0
+      uses: peaceiris/actions-gh-pages@v3.9.1
       if: ${{ always() }}
       with:
         github_token: ${{ secrets.GITHUB_TOKEN }}