Skip to content

Commit

Permalink
Update checkout action version for Algolia indexer. (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-moore-cb authored Apr 2, 2024
1 parent 4eb674f commit b10d946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-algolia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit b10d946

Please sign in to comment.