From fb2374be7e5056e341b16f1d9ed426d6e03edab0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 00:26:11 +0000 Subject: [PATCH] Update aws-actions/configure-aws-credentials action to v6 --- .github/workflows/test-positive.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-positive.yml b/.github/workflows/test-positive.yml index b510cf6..fd957a7 100644 --- a/.github/workflows/test-positive.yml +++ b/.github/workflows/test-positive.yml @@ -43,7 +43,7 @@ jobs: uses: actions/checkout@v3 - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v1.7.0 + uses: aws-actions/configure-aws-credentials@v6.2.0 with: aws-region: ${{ secrets.TEST_AWS_REGION }} role-to-assume: ${{ secrets.TEST_IAM_ROLE }}