Skip to content

Commit 2c1628d

Browse files
authored
wrong action version
1 parent 18feff0 commit 2c1628d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/search.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
environment: ${{ github.ref_name }}
1313

1414
steps:
15-
- uses: actions/checkout@v5
16-
- uses: sqlitecloud/docsearch-action@v4
15+
- uses: actions/checkout@v4
16+
- uses: sqlitecloud/docsearch-action@v5
1717
with:
1818
project-string: ${{ secrets.PROJECT_STRING }}
1919
base-url: ${{ vars.BASE_URL }}

0 commit comments

Comments
 (0)