Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump HarshCasper/setup-localstack from 0.1.1 to 0.2.2 #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# TODO: Replace this for faster localstack startup, particularly docker
# image caching or using a leaner image
- name: Setup LocalStack
uses: HarshCasper/setup-localstack@v0.1.1
uses: HarshCasper/setup-localstack@v0.2.2
# env:
# LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }}
- name: Create S3 bucket in localstack
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
# TODO: Replace this for faster localstack startup, particularly docker
# image caching or using a leaner image
- name: Setup LocalStack
uses: HarshCasper/setup-localstack@v0.1.1
uses: HarshCasper/setup-localstack@v0.2.2
- name: Create S3 bucket in localstack
run: awslocal s3 mb "s3://${S3_BUCKET}"
- name: Upload a file
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
# TODO: Replace this for faster localstack startup, particularly docker
# image caching or using a leaner image
- name: Setup LocalStack
uses: HarshCasper/setup-localstack@v0.1.1
uses: HarshCasper/setup-localstack@v0.2.2
- name: Create S3 bucket in localstack
run: awslocal s3 mb "s3://${S3_BUCKET}"
- name: Download cache (doesn't exist)
Expand Down
Loading