From 77af6b799003dd66077a7a4e2dead15ba1c05779 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 23:54:56 +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..c82b43e 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.3 with: aws-region: ${{ secrets.TEST_AWS_REGION }} role-to-assume: ${{ secrets.TEST_IAM_ROLE }}