From 0341b9665316d0a0a26e761904e21877ff689ae3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 17:08:15 +0000 Subject: [PATCH] chore(deps): update aws-actions/configure-aws-credentials action to v6.2.0 --- .github/workflows/publish-ecr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-ecr.yml b/.github/workflows/publish-ecr.yml index e4e1a95..dd439a5 100644 --- a/.github/workflows/publish-ecr.yml +++ b/.github/workflows/publish-ecr.yml @@ -34,7 +34,7 @@ jobs: test -n "$ECR_REPOSITORY" || (echo "::error::Set repository variable ECR_REPOSITORY" && exit 1) - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v6.1.0 + uses: aws-actions/configure-aws-credentials@v6.2.0 with: role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }} aws-region: ${{ env.AWS_REGION }}