Skip to content

Commit 357cb24

Browse files
author
Milo Davis
authored
update docs to use latest version, not a future version (#14)
1 parent cc75f83 commit 357cb24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To get started, you can use this minimal example:
1515

1616
```yml
1717
- name: Start LocalStack
18-
uses: LocalStack/setup-localstack@v0.1.3
18+
uses: LocalStack/setup-localstack@v0.1.2
1919
with:
2020
image-tag: 'latest'
2121
install-awslocal: 'true'
@@ -48,7 +48,7 @@ jobs:
4848
- uses: actions/checkout@v3
4949
5050
- name: Start LocalStack
51-
uses: LocalStack/setup-localstack@v0.1.3
51+
uses: LocalStack/setup-localstack@v0.1.2
5252
with:
5353
image-tag: 'latest'
5454
install-awslocal: 'true'

0 commit comments

Comments
 (0)