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