From 0c512a1a92f9d830ed2c8738907faaae3c49b4fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 18:16:20 +0000 Subject: [PATCH] Update aws-actions/configure-aws-credentials action to v4 --- .github/workflows/pkg-test.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pkg-test.yml b/.github/workflows/pkg-test.yml index 51317a7c..73c74fcc 100644 --- a/.github/workflows/pkg-test.yml +++ b/.github/workflows/pkg-test.yml @@ -33,7 +33,7 @@ jobs: fetch-depth: 0 - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v3 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: arn:aws:iam::712023778557:role/GitHub-Testing-NF-Quilt aws-region: us-east-1 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4f3a22e4..2239aebe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: fetch-depth: 0 - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v3 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: arn:aws:iam::712023778557:role/GitHub-Testing-NF-Quilt aws-region: us-east-1