Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottBrenner authored Jan 15, 2024
1 parent a76834e commit 94b14c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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:
Expand Down

0 comments on commit 94b14c1

Please sign in to comment.