diff --git a/.github/workflows/cdktf-documentation.yml b/.github/workflows/cdktf-documentation.yml index 2a28184f20a..a0e2302a0ca 100644 --- a/.github/workflows/cdktf-documentation.yml +++ b/.github/workflows/cdktf-documentation.yml @@ -32,7 +32,7 @@ jobs: path: ${{ steps.global-cache-dir-path.outputs.dir }} key: ${{ runner.os }}-integration-yarn-${{ hashFiles('**/yarn.lock') }} - name: Setup Node.js - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 + uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0 with: node-version: "18.x" - name: Install cdktf-registry-docs