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.
2 parents 8a486eb + 1e176d4 commit 740dc06Copy full SHA for 740dc06
.github/workflows/docs.yaml
@@ -27,20 +27,20 @@ jobs:
27
runs-on: "ubuntu-latest"
28
steps:
29
- name: "Checkout code"
30
- uses: "actions/checkout@v3"
+ uses: "actions/checkout@v4"
31
32
- name: "Checkout Docs Generator"
33
34
with:
35
repository: "pimcore/docs-generator"
36
ref: "main"
37
path: "./docs-generator"
38
token: ${{ secrets.DOCS_GENERATOR_ACCESS_TOKEN }}
39
40
- name: "Install Node"
41
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
42
43
- node-version: 19.x
+ node-version: 'lts/*'
44
registry-url: 'https://registry.npmjs.org'
45
46
- name: Prepare Docs
0 commit comments