From 6c512e3553ddef44f72e5a84d9e209dd3b15cffc Mon Sep 17 00:00:00 2001 From: Erik Jensen <365211+erikrj@users.noreply.github.com> Date: Mon, 10 Apr 2023 11:26:36 -0600 Subject: [PATCH] Updating README for new version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7b5df1..dcc0e64 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This action will create and run an AWS EC2 instance and then optionally terminat aws-region: "us-east-2" - name: Setup ARM64 EC2 id: ec2-arm64 - uses: truemark/aws-ec2-run-instance-action@v3 + uses: truemark/aws-ec2-run-instance-action@v4 with: security-group-id: "sg-0baf5bcfe9f21efa0" subnet-id: "subnet-09a35a2abd797dbf0"