From b61319bdf26cd17a971feeb76956cf1d5065dd1a Mon Sep 17 00:00:00 2001 From: lupuuss Date: Thu, 14 Nov 2024 19:02:29 +0100 Subject: [PATCH] Fix Algolia action version --- .github/workflows/website-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website-deploy.yml b/.github/workflows/website-deploy.yml index 1f2b89b1..02ee2b77 100644 --- a/.github/workflows/website-deploy.yml +++ b/.github/workflows/website-deploy.yml @@ -54,7 +54,7 @@ jobs: id: deployment uses: actions/deploy-pages@v4 - name: Reindex Algolia - uses: algolia/algoliasearch-crawler-github-actions@latest + uses: algolia/algoliasearch-crawler-github-actions@1.1.13 id: algolia_crawler with: crawler-user-id: ${{ secrets.CRAWLER_USER_ID }}