From 0249bb3c2f5239896b034721dca9beb7ffff103b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 22:36:47 +0000 Subject: [PATCH] chore(deps): update aws-actions/configure-aws-credentials action to v6.2.1 --- .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 c392eb7..d87b3b7 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 secret ECR_REPOSITORY" && exit 1) - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v6.2.0 + uses: aws-actions/configure-aws-credentials@v6.2.1 with: role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }} aws-region: ${{ env.AWS_REGION }}