From 4c62d499ff570e0c15fe1f645150c77859796381 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 22:42:03 +0000 Subject: [PATCH] Update aws-actions/amazon-ecr-login action to v2 --- .github/workflows/build-and-push-to-ecr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push-to-ecr.yml b/.github/workflows/build-and-push-to-ecr.yml index 3f535d9..c8cff69 100644 --- a/.github/workflows/build-and-push-to-ecr.yml +++ b/.github/workflows/build-and-push-to-ecr.yml @@ -23,7 +23,7 @@ jobs: - name: Login to Amazon ECR id: login-ecr - uses: aws-actions/amazon-ecr-login@v1 + uses: aws-actions/amazon-ecr-login@v2 - name: Prepare tags id: prepare-tags