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 }}