Skip to content

Commit 9c5dacc

Browse files
Bump aws-actions/aws-lambda-deploy from 1.1.1 to 1.1.2 (#198)
Bumps [aws-actions/aws-lambda-deploy](https://github.com/aws-actions/aws-lambda-deploy) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/aws-actions/aws-lambda-deploy/releases) - [Changelog](https://github.com/aws-actions/aws-lambda-deploy/blob/main/CHANGELOG.md) - [Commits](aws-actions/aws-lambda-deploy@2003922...d496277) --- updated-dependencies: - dependency-name: aws-actions/aws-lambda-deploy dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4b990b5 commit 9c5dacc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
aws-region: ${{ vars.AWS_REGION }}
8989
role-to-assume: ${{ secrets.AWS_ROLE }}
9090
- name: Deploy
91-
uses: aws-actions/aws-lambda-deploy@20039225425cbacb648cf1ffe08cc221f19b65a0 # v1.1.1
91+
uses: aws-actions/aws-lambda-deploy@d496277188b89f0be02d7a2216fc912c0427702a # v1.1.2
9292
with:
9393
function-name: ${{ vars.LAMBDA_NAME }}
9494
package-type: Zip

0 commit comments

Comments
 (0)