From 94b14c1e36fbcbd4bf9e5f6b483e40945ab4c2cd Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Mon, 15 Jan 2024 13:39:15 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32a02c5..079af97 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This Action for [AWS CDK](https://docs.aws.amazon.com/cdk/index.html) enables arbitrary actions for interacting with the AWS Cloud Development Kit (AWS CDK) via the [AWS CDK Toolkit (`cdk` command)](https://docs.aws.amazon.com/cdk/v2/guide/cli.html). -_Currently supports CDK apps created with Python and JavaScript_ +_Currently supports CDK apps created with JavaScript, Go, Python and TypeScript._ ## Usage @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v4 - name: CDK Synth - uses: scottbrenner/aws-cdk-action@v1.5.0 + uses: scottbrenner/aws-cdk-action@v1.6.0 with: args: synth env: