Skip to content

Commit

Permalink
chore(deps): bump HarshCasper/setup-localstack from 0.1.2 to 0.2.1
Browse files Browse the repository at this point in the history
Bumps [HarshCasper/setup-localstack](https://github.com/harshcasper/setup-localstack) from 0.1.2 to 0.2.1.
- [Release notes](https://github.com/harshcasper/setup-localstack/releases)
- [Commits](localstack/setup-localstack@v0.1.2...v0.2.1)

---
updated-dependencies:
- dependency-name: HarshCasper/setup-localstack
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
argoyle committed Jun 17, 2024
1 parent 4b6a286 commit b9f6e98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
tf-version: [ 1.1.9, 1.2.9, 1.3.2 ]
steps:
- name: Start LocalStack
uses: HarshCasper/setup-localstack@v0.1.2
uses: LocalStack/setup-localstack@v0.2.1
with:
image-tag: 'latest'

- name: Install terraform v${{ matrix.tf-version }}
run: |
curl -LO https://releases.hashicorp.com/terraform/${{ matrix.tf-version }}/terraform_${{ matrix.tf-version }}_linux_amd64.zip
Expand Down

0 comments on commit b9f6e98

Please sign in to comment.