diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 90cebc4d..7d5c0e46 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -29,12 +29,12 @@ jobs: runs-on: "ubuntu-latest" steps: - name: "Checkout code" - uses: "actions/checkout@v3" + uses: "actions/checkout@v4" with: ref: ${{ github.event.pull_request.head.sha }} - name: "Checkout Docs Generator" - uses: "actions/checkout@v3" + uses: "actions/checkout@v4" with: repository: "pimcore/docs-generator" ref: "main" @@ -42,9 +42,9 @@ jobs: token: ${{ secrets.DOCS_GENERATOR_ACCESS_TOKEN }} - name: "Install Node" - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 19.x + node-version: 'lts/*' registry-url: 'https://registry.npmjs.org' - name: Prepare Docs