We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab391c7 commit 58583d5Copy full SHA for 58583d5
.github/workflows/algolia-indexation.yml
@@ -11,7 +11,7 @@ jobs:
11
name: Create index
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
15
- name: Credentials
16
run: |
17
export ALGOLIA_API_KEY=${{ secrets.ALGOLIA_API_KEY }}
.github/workflows/pr-preview-build.yml
@@ -5,7 +5,7 @@ jobs:
5
build-pr-preview:
6
7
8
9
10
- uses: actions/setup-node@v6
with:
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
name: "Github pages"
node-version: 22
0 commit comments