Skip to content

Commit

Permalink
build(deps): bump appleboy/lambda-action from 0.1.9 to 0.2.0
Browse files Browse the repository at this point in the history
Bumps [appleboy/lambda-action](https://github.com/appleboy/lambda-action) from 0.1.9 to 0.2.0.
- [Release notes](https://github.com/appleboy/lambda-action/releases)
- [Changelog](https://github.com/appleboy/lambda-action/blob/master/.goreleaser.yaml)
- [Commits](appleboy/lambda-action@v0.1.9...v0.2.0)

---
updated-dependencies:
- dependency-name: appleboy/lambda-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 5e75270 commit 783b461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

- run: cd lambda && zip -r ../lambda.zip .
- name: Deploy lambda
uses: appleboy/lambda-action@v0.1.9
uses: appleboy/lambda-action@v0.2.0
with:
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 783b461

Please sign in to comment.