From d3bacd74cd61b09d3035dad2c549880253c5ab95 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petrus=20Nguy=E1=BB=85n=20Th=C3=A1i=20H=E1=BB=8Dc?=
 <hoc081098@gmail.com>
Date: Sat, 28 Sep 2024 17:54:41 +0700
Subject: [PATCH] ci: lock github-pages-deploy-action to v4.6.4
 https://github.com/JamesIves/github-pages-deploy-action/issues/1697

---
 .github/workflows/build.yml           | 2 +-
 .github/workflows/publish-release.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f157ebcf..e37665c3 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -151,7 +151,7 @@ jobs:
 
       - name: Deploy docs 🚀 to website
         if: ${{ github.ref == 'refs/heads/master' && github.repository == 'hoc081098/FlowExt' && matrix.os == 'macos-14' }}
-        uses: JamesIves/github-pages-deploy-action@v4.6.6
+        uses: JamesIves/github-pages-deploy-action@v4.6.4
         with:
           branch: gh-pages # The branch the action should deploy to.
           folder: build/dokka/html # The folder the action should deploy.
diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml
index 79e53d8e..b2bec63e 100644
--- a/.github/workflows/publish-release.yml
+++ b/.github/workflows/publish-release.yml
@@ -103,7 +103,7 @@ jobs:
 
       - name: Deploy docs 🚀 to website
         if: ${{ matrix.os == 'macos-14' }}
-        uses: JamesIves/github-pages-deploy-action@v4.6.6
+        uses: JamesIves/github-pages-deploy-action@v4.6.4
         with:
           branch: gh-pages # The branch the action should deploy to.
           folder: build/dokka/html # The folder the action should deploy.