Skip to content

Commit a8266d1

Browse files
committed
feat(ci:github): swap to new gha action for testing purposes
1 parent 31188a6 commit a8266d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cloudpod_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
pip install -r requirements-dev.txt
3838
3939
- name: Start LocalStack
40-
uses: LocalStack/setup-localstack@main
40+
uses: LocalStack/setup-localstack@refactor_default_action
4141
with:
4242
image-tag: ${{ inputs.release-tag || 'latest'}}
4343
use-pro: 'true'

.github/workflows/test_cloudpods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
python-version: '3.11'
5555

5656
- name: Start LocalStack
57-
uses: LocalStack/setup-localstack@main
57+
uses: LocalStack/setup-localstack@refactor_default_action
5858
with:
5959
image-tag: ${{ matrix.tag }}
6060
use-pro: 'true'

0 commit comments

Comments
 (0)