From 75f237e13e53021e0bbbee89759aa6ecc59ab63f Mon Sep 17 00:00:00 2001 From: HarshCasper Date: Thu, 8 Sep 2022 16:29:25 +0530 Subject: [PATCH] DOC: Update version of LocalStack setup action --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c73c130..0636b79 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ To get started, you can use this minimal example: ```yml - name: Start LocalStack - uses: HarshCasper/setup-localstack@v0.1.0 + uses: HarshCasper/setup-localstack@v0.1.1 with: image-tag: 'latest' install-awslocal: 'true' @@ -44,7 +44,7 @@ jobs: - uses: actions/checkout@v3 - name: Start LocalStack - uses: HarshCasper/setup-localstack@v0.1.0 + uses: HarshCasper/setup-localstack@v0.1.1 with: image-tag: 'latest' install-awslocal: 'true' @@ -60,4 +60,4 @@ jobs: ## License -[MIT License](https://github.com/HarshCasper/validate-issues-over-pull-requests/blob/main/LICENSE) +[MIT License](LICENSE)