From 3eae17d49366454563ff70e6fc86bc9f2cca78a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 19:05:34 +0000 Subject: [PATCH] chore(deps): update aws-actions/configure-aws-credentials action to v5 --- .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..1b8e5a7 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@v5.1.1 with: aws-region: ${{ secrets.TEST_AWS_REGION }} role-to-assume: ${{ secrets.TEST_IAM_ROLE }}