There was an error while loading. Please reload this page.
2 parents ca7bd15 + fb001c5 commit 76ff68eCopy full SHA for 76ff68e
1 file changed
.github/workflows/docs.yaml
@@ -30,22 +30,22 @@ jobs:
30
if: ${{ github.repository == 'pimcore/data-importer' }}
31
steps:
32
- name: "Checkout code"
33
- uses: "actions/checkout@v3"
+ uses: "actions/checkout@v4"
34
with:
35
ref: ${{ github.event.pull_request.head.sha }}
36
37
- name: "Checkout Docs Generator"
38
39
40
repository: "pimcore/docs-generator"
41
ref: "main"
42
path: "./docs-generator"
43
token: ${{ secrets.DOCS_GENERATOR_ACCESS_TOKEN }}
44
45
- name: "Install Node"
46
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
47
48
- node-version: 19.x
+ node-version: 'lts/*'
49
registry-url: 'https://registry.npmjs.org'
50
51
- name: Prepare Docs
0 commit comments