diff --git a/.github/workflows/update-algolia.yml b/.github/workflows/update-algolia.yml index 310a53a06f..ee91b50367 100644 --- a/.github/workflows/update-algolia.yml +++ b/.github/workflows/update-algolia.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get the content of algolia.json as config id: algolia_config run: echo "::set-output name=config::$(cat apps/base-docs/algolia.json | jq -r tostring)"