Skip to content

Commit

Permalink
DOC: Update version of LocalStack setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshCasper committed Sep 8, 2022
1 parent 6753cdb commit 75f237e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To get started, you can use this minimal example:

```yml
- name: Start LocalStack
uses: HarshCasper/[email protected].0
uses: HarshCasper/[email protected].1
with:
image-tag: 'latest'
install-awslocal: 'true'
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
- uses: actions/checkout@v3
- name: Start LocalStack
uses: HarshCasper/[email protected].0
uses: HarshCasper/[email protected].1
with:
image-tag: 'latest'
install-awslocal: 'true'
Expand All @@ -60,4 +60,4 @@ jobs:

## License

[MIT License](https://github.com/HarshCasper/validate-issues-over-pull-requests/blob/main/LICENSE)
[MIT License](LICENSE)

0 comments on commit 75f237e

Please sign in to comment.