Skip to content

Commit

Permalink
feat(ci:github): swap to new gha action for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
lakkeger committed May 17, 2024
1 parent 2c7b1e5 commit 1d1912d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cloudpod_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
pip install -r requirements-dev.txt
- name: Start LocalStack
uses: LocalStack/setup-localstack@main
uses: LocalStack/setup-localstack@refactor_default_action
with:
image-tag: ${{ inputs.release-tag || 'latest'}}
use-pro: 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_cloudpods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
python-version: '3.11'

- name: Start LocalStack
uses: LocalStack/setup-localstack@main
uses: LocalStack/setup-localstack@refactor_default_action
with:
image-tag: ${{ matrix.tag }}
use-pro: 'true'
Expand Down

0 comments on commit 1d1912d

Please sign in to comment.