Skip to content

Commit

Permalink
Merge branch 'main' into prepare-release-0.20.9
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt authored Sep 23, 2024
2 parents eb6a81c + 92f0a48 commit 5510931
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cdktf-provider-docs-rollout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
languages: "typescript,python"
parallelFileConversions: 1
maxRunners: 1
cdktfRegistryDocsVersion: "1.21.0"
cdktfRegistryDocsVersion: "1.26.0"

reportFailureToSlack:
needs: cdktfDocs
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/registry-docs-pr-based.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ on:
cdktfRegistryDocsVersion:
description: "Version of cdktf-registry-docs to use"
required: false
default: "1.21.0"
default: "1.26.0"
type: string
secrets:
GH_PR_TOKEN:
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: "18.x"
node-version: "20.x"

- name: Install cdktf-registry-docs
run: npm install -g cdktf-registry-docs@${{ inputs.cdktfRegistryDocsVersion }}
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: "18.x"
node-version: "20.x"

- name: Install cdktf-registry-docs
run: npm install -g cdktf-registry-docs@${{ inputs.cdktfRegistryDocsVersion }}
Expand Down

0 comments on commit 5510931

Please sign in to comment.