From cc3da7cce1a3d3e9a2af26129303fc6dd93bbb2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 15:48:00 +0000 Subject: [PATCH] Bump appleboy/lambda-action from 0.1.9 to 0.2.0 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) - [Commits](https://github.com/appleboy/lambda-action/compare/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] --- .github/workflows/aws-lambda-snapshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aws-lambda-snapshot.yml b/.github/workflows/aws-lambda-snapshot.yml index a17c72566e5..8fe4b9ade25 100644 --- a/.github/workflows/aws-lambda-snapshot.yml +++ b/.github/workflows/aws-lambda-snapshot.yml @@ -31,7 +31,7 @@ jobs: GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USERNAME }} GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }} - name: AWS Lambda Deploy - 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 }}