From a09f008321e265dac25cff83b29dfa0341f9944f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 04:13:59 +0000 Subject: [PATCH] Bump aws-actions/aws-lambda-deploy from 1.1.0 to 1.1.1 Bumps [aws-actions/aws-lambda-deploy](https://github.com/aws-actions/aws-lambda-deploy) from 1.1.0 to 1.1.1. - [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](https://github.com/aws-actions/aws-lambda-deploy/compare/29ea35c124579506cf0475e20df36198eb670d89...20039225425cbacb648cf1ffe08cc221f19b65a0) --- updated-dependencies: - dependency-name: aws-actions/aws-lambda-deploy dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index de3811e..9172c5b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -88,7 +88,7 @@ jobs: aws-region: ${{ vars.AWS_REGION }} role-to-assume: ${{ secrets.AWS_ROLE }} - name: Deploy - uses: aws-actions/aws-lambda-deploy@29ea35c124579506cf0475e20df36198eb670d89 # v1.1.0 + uses: aws-actions/aws-lambda-deploy@20039225425cbacb648cf1ffe08cc221f19b65a0 # v1.1.1 with: function-name: ${{ vars.LAMBDA_NAME }} package-type: Zip