From 4a8e1d0082291b42d5e608b4aabb2445e0a9e0a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 18:20:03 +0000 Subject: [PATCH] chore(terragrunt): update aws-actions/configure-aws-credentials action to v6 --- terragrunt/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terragrunt/action.yaml b/terragrunt/action.yaml index 432057d..c6cff86 100644 --- a/terragrunt/action.yaml +++ b/terragrunt/action.yaml @@ -63,7 +63,7 @@ runs: await validateWorkingDirectory({ core, inputs: ${{ toJSON(inputs) }} }); - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v5.1.1 + uses: aws-actions/configure-aws-credentials@v6.0.0 with: role-to-assume: ${{ inputs.iam-role }} aws-region: ${{ inputs.aws-region }}