From 1aceb0ff2f1855a7adea2530695b89d0c1ac6274 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 17:26:32 +0000 Subject: [PATCH] chore(deps): update aws-actions/amazon-ecr-login action to v2 --- .github/workflows/deploy_feature_branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_feature_branch.yml b/.github/workflows/deploy_feature_branch.yml index 8e3ef08..b394600 100644 --- a/.github/workflows/deploy_feature_branch.yml +++ b/.github/workflows/deploy_feature_branch.yml @@ -84,7 +84,7 @@ jobs: - name: Login to Amazon ECR if: ${{ inputs.deploy_fargate }} id: login-ecr - uses: aws-actions/amazon-ecr-login@v1 + uses: aws-actions/amazon-ecr-login@v2 - name: Install IUM App Packages & Build App if: ${{ inputs.deploy_fargate }}