mirror of
https://github.com/placeholder-soft/web.git
synced 2026-01-12 17:02:57 +08:00
Update checkout action version for Algolia indexer. (#399)
This commit is contained in:
2
.github/workflows/update-algolia.yml
vendored
2
.github/workflows/update-algolia.yml
vendored
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user