diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index f94071fa9a4d..7e80aea6b978 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -89,7 +89,7 @@ jobs:
           rm website/build/artifact.tar
           cp .asf.yaml ./website/build/.asf.yaml
       - name: Deploy to gh-pages
-        uses: peaceiris/actions-gh-pages@v3.9.2
+        uses: peaceiris/actions-gh-pages@v3.9.3
         if: github.event_name == 'push' && github.ref_name == 'master'
         with:
           github_token: ${{ secrets.GITHUB_TOKEN }}