From 408265b48eaf1888b7c293f27a485563cf311367 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 04:42:10 +0000 Subject: [PATCH] Bump aws-actions/amazon-ecr-login from 2.1.2 to 2.1.3 Bumps [aws-actions/amazon-ecr-login](https://github.com/aws-actions/amazon-ecr-login) from 2.1.2 to 2.1.3. - [Release notes](https://github.com/aws-actions/amazon-ecr-login/releases) - [Changelog](https://github.com/aws-actions/amazon-ecr-login/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws-actions/amazon-ecr-login/compare/f2e9fc6c2b355c1890b65e6f6f0e2ac3e6e22f78...376925c9d111252e87ae59691e5a442dd100ef6a) --- updated-dependencies: - dependency-name: aws-actions/amazon-ecr-login dependency-version: 2.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy_container_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_container_image.yml b/.github/workflows/deploy_container_image.yml index 3481f3f..0e6edd0 100644 --- a/.github/workflows/deploy_container_image.yml +++ b/.github/workflows/deploy_container_image.yml @@ -93,7 +93,7 @@ jobs: - name: Login to AWS ECR id: login-ecr - uses: aws-actions/amazon-ecr-login@f2e9fc6c2b355c1890b65e6f6f0e2ac3e6e22f78 # v2.1.2 + uses: aws-actions/amazon-ecr-login@376925c9d111252e87ae59691e5a442dd100ef6a # v2.1.3 with: mask-password: 'true'