Skip to content

Commit

Permalink
chore: update registry tool
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Aug 18, 2023
1 parent 18c9e0b commit a9a1af2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ -53,7 +53,7 @@ jobs:
languages: "typescript,python"
parallelFileConversions: 1
maxRunners: 20
cdktfRegistryDocsVersion: "1.16.0"
cdktfRegistryDocsVersion: "1.16.1"
additionalProviderFqns: ${{ matrix.provider.additionalProviderFqns }}

reportFailureToSlack:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/registry-docs-pr-based.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ on:
cdktfRegistryDocsVersion:
description: "Version of cdktf-registry-docs to use"
required: false
default: "1.16.0"
default: "1.16.1"
type: string
secrets:
GH_PR_TOKEN:
Expand Down

0 comments on commit a9a1af2

Please sign in to comment.