From 6753cdb1b5d9c805c190c2e587f0df8be592a64e Mon Sep 17 00:00:00 2001 From: Isaias Neto Date: Thu, 8 Sep 2022 03:20:42 -0300 Subject: [PATCH 1/2] added pyopenssl update to latest version (#1) localstack is failing on github actions because the needed version of pyopenssl should be the latest one --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 37a9f35..fbebce8 100644 --- a/action.yml +++ b/action.yml @@ -21,6 +21,7 @@ runs: steps: - run: | + pip install pyopenssl -U docker pull localstack/localstack:$IMAGE_TAG pip install localstack localstack start -d From 75f237e13e53021e0bbbee89759aa6ecc59ab63f Mon Sep 17 00:00:00 2001 From: HarshCasper Date: Thu, 8 Sep 2022 16:29:25 +0530 Subject: [PATCH 2/2] 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)