From 6b451d5dc7a0416e5f13fb382daf9b2b2c484cdd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 19:27:09 +0000 Subject: [PATCH] Update aws-actions/configure-aws-credentials action to v5 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a2a01e1..5a40e2e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: uses: hashicorp/setup-terraform@v3 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: ${{ env.AWS_GITHUB_OIDC_ROLE }} aws-region: us-east-1