From ae9afac480a90fd4e9dbcca4bb15dbbf5858e3ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 23:41:50 +0000 Subject: [PATCH] Update aws-actions/configure-aws-credentials action to v6 --- .github/workflows/test-negative.yml | 2 +- .github/workflows/test-positive.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-negative.yml b/.github/workflows/test-negative.yml index 7cb5b8a..cf00291 100644 --- a/.github/workflows/test-negative.yml +++ b/.github/workflows/test-negative.yml @@ -35,7 +35,7 @@ jobs: uses: actions/checkout@v4 - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4.0.2 + uses: aws-actions/configure-aws-credentials@v6.2.4 with: aws-region: us-east-2 role-to-assume: ${{ secrets.IAM_ROLE }} diff --git a/.github/workflows/test-positive.yml b/.github/workflows/test-positive.yml index 6292bf6..ce3e7c4 100644 --- a/.github/workflows/test-positive.yml +++ b/.github/workflows/test-positive.yml @@ -35,7 +35,7 @@ jobs: uses: actions/checkout@v4 - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4.0.2 + uses: aws-actions/configure-aws-credentials@v6.2.4 with: aws-region: us-east-2 role-to-assume: ${{ secrets.IAM_ROLE }}