Skip to content

Commit d53fbb9

Browse files
committed
bump setup-localstack version to v0.2.2
1 parent 9c8bce5 commit d53fbb9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
node-version: 18
2929

3030
- name: Start LocalStack
31-
uses: LocalStack/setup-localstack@v0.2.0
31+
uses: LocalStack/setup-localstack@v0.2.2
3232
env:
3333
LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }}
3434
DNS_ADDRESS: 0

.github/workflows/preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Deploy Preview
17-
uses: LocalStack/setup-localstack@v0.2.0
17+
uses: LocalStack/setup-localstack@v0.2.2
1818
env:
1919
LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }}
2020
with:
@@ -39,7 +39,7 @@ jobs:
3939
4040
4141
- name: Finalize PR comment
42-
uses: LocalStack/setup-localstack/finish@v0.2.0
42+
uses: LocalStack/setup-localstack/finish@v0.2.2
4343
with:
4444
github-token: ${{ secrets.GITHUB_TOKEN }}
4545
include-preview: true

0 commit comments

Comments
 (0)