From 8c15868834fa32da5ca4b0d3b373faa0ed55bcfc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 14:34:39 +0000 Subject: [PATCH] chore(deps): update aws-actions/amazon-ecr-login action to v2 --- .github/actions/create-manifest/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/create-manifest/action.yml b/.github/actions/create-manifest/action.yml index 39872c7..75036de 100644 --- a/.github/actions/create-manifest/action.yml +++ b/.github/actions/create-manifest/action.yml @@ -50,7 +50,7 @@ runs: - name: Login to Amazon ECR id: login-ecr - uses: aws-actions/amazon-ecr-login@v1 + uses: aws-actions/amazon-ecr-login@v2 - name: Docker Hub login uses: docker/login-action@v3