From 374d31a46b428d620c60444fc8800eefdd35adca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 17:25:39 +0000 Subject: [PATCH] Bump cssnr/algolia-crawler-action from 1 to 2 Bumps [cssnr/algolia-crawler-action](https://github.com/cssnr/algolia-crawler-action) from 1 to 2. - [Release notes](https://github.com/cssnr/algolia-crawler-action/releases) - [Commits](https://github.com/cssnr/algolia-crawler-action/compare/v1...v2) --- updated-dependencies: - dependency-name: cssnr/algolia-crawler-action dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pages.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yaml b/.github/workflows/pages.yaml index 0ebe2ef..a0f20ad 100644 --- a/.github/workflows/pages.yaml +++ b/.github/workflows/pages.yaml @@ -74,7 +74,7 @@ jobs: - name: "Algolia Crawler" if: ${{ env.crawler-id != '' }} - uses: cssnr/algolia-crawler-action@v1 + uses: cssnr/algolia-crawler-action@v2 with: crawler_id: ${{ env.crawler-id }} crawler_user_id: ${{ secrets.CRAWLER_USER_ID }}