@@ -18,7 +18,7 @@ A GitHub Action to setup [LocalStack](https://github.com/localstack/localstack)
18
18
19
19
``` yml
20
20
- name : Start LocalStack
21
- uses :
LocalStack/[email protected] .0
21
+ uses :
LocalStack/[email protected] .2
22
22
with :
23
23
image-tag : ' latest'
24
24
install-awslocal : ' true'
@@ -31,15 +31,15 @@ If the key is not found LocalStack by default falls back to the CE edition and d
31
31
# ## Install only CLIs and startup later
32
32
` ` ` yml
33
33
- name: Install LocalStack CLIs
34
- uses: LocalStack/[email protected] .0
34
+ uses: LocalStack/[email protected] .2
35
35
with:
36
36
skip-startup: 'true'
37
37
install-awslocal: 'true'
38
38
39
39
...
40
40
41
41
- name: Start LocalStack
42
- uses: LocalStack/[email protected] .0
42
+ uses: LocalStack/[email protected] .2
43
43
with:
44
44
image-tag: 'latest'
45
45
env:
@@ -49,7 +49,7 @@ If the key is not found LocalStack by default falls back to the CE edition and d
49
49
# ## Save a state later on in the pipeline
50
50
` ` ` yml
51
51
- name: Save LocalStack State
52
- uses: LocalStack/[email protected] .0
52
+ uses: LocalStack/[email protected] .2
53
53
with:
54
54
install-awslocal: 'true'
55
55
state-backend: cloud-pods
@@ -63,7 +63,7 @@ If the key is not found LocalStack by default falls back to the CE edition and d
63
63
# ## Load an already saved state
64
64
` ` ` yml
65
65
- name: Start LocalStack and Load State
66
- uses: LocalStack/[email protected] .0
66
+ uses: LocalStack/[email protected] .2
67
67
with:
68
68
install-awslocal: 'true'
69
69
state-backend: cloud-pods
@@ -137,7 +137,7 @@ jobs:
137
137
- uses: actions/checkout@v3
138
138
139
139
- name: Start LocalStack
140
- uses: LocalStack/[email protected] .0
140
+ uses: LocalStack/[email protected] .2
141
141
with:
142
142
image-tag: 'latest'
143
143
install-awslocal: 'true'
@@ -156,7 +156,7 @@ jobs:
156
156
echo "Test Execution complete!"
157
157
158
158
- name: Save LocalStack State
159
- uses: LocalStack/[email protected] .0
159
+ uses: LocalStack/[email protected] .2
160
160
with:
161
161
state-backend: local
162
162
state-action: save
0 commit comments