diff --git a/.github/workflows/template-sync.yml b/.github/workflows/template-sync.yml index 92f257cb9..7bb45a81c 100644 --- a/.github/workflows/template-sync.yml +++ b/.github/workflows/template-sync.yml @@ -61,7 +61,7 @@ jobs: echo "token=${{ secrets.GITHUB_TOKEN }}" >> $GITHUB_OUTPUT fi - name: Sync Template - uses: AndreasAugustin/actions-template-sync@baac1d88ebc9244eed0ed43d22604e06ba201cdc # v1.8.0 + uses: AndreasAugustin/actions-template-sync@3a344086ef16c9baf56af6b82e31753d6d28fb74 # v1.8.1 with: github_token: ${{ steps.variables.outputs.token }} source_repo_path: jon77p/template diff --git a/cdktf/yarn.lock b/cdktf/yarn.lock index ef9a03159..b55330350 100644 --- a/cdktf/yarn.lock +++ b/cdktf/yarn.lock @@ -1142,9 +1142,9 @@ undici-types "~5.26.4" "@types/node@^20.4.0": - version "20.11.20" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.20.tgz#f0a2aee575215149a62784210ad88b3a34843659" - integrity sha512-7/rR21OS+fq8IyHTgtLkDK949uzsa6n8BkziAKtPVpugIkO6D+/ooXMvzXxDnZrmtXVfjb1bKQafYpb8s89LOg== + version "20.11.24" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.24.tgz#cc207511104694e84e9fb17f9a0c4c42d4517792" + integrity sha512-Kza43ewS3xoLgCEpQrsT+xRo/EJej1y0kVYGiLFE1NEODXGzTfwiC6tXTLMQskn1X4/Rjlh0MQUvx9W+L9long== dependencies: undici-types "~5.26.4"