Update checkout action version for Algolia indexer. (#399)

This commit is contained in:
jacob-moore-cb
2024-04-02 11:44:13 -07:00
committed by GitHub
parent 4eb674f05d
commit b10d9463bb

View File

@@ -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)"