diff --git a/.github/workflows/go-release.yml b/.github/workflows/go-release.yml index 3ad6511e1..e9aaf59ef 100644 --- a/.github/workflows/go-release.yml +++ b/.github/workflows/go-release.yml @@ -31,7 +31,7 @@ jobs: # KMS and MPL tests need to use credentials which can call KMS - name: Configure AWS Credentials for Tests - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 if: github.event.inputs.project-name == 'ComAmazonawsKms' || github.event.inputs.project-name == 'ComAmazonawsDynamodb' || github.event.inputs.project-name == 'AwsCryptographicMaterialProviders' with: aws-region: us-west-2 diff --git a/.github/workflows/library_go_tests.yml b/.github/workflows/library_go_tests.yml index 689aa86bb..430cd817d 100644 --- a/.github/workflows/library_go_tests.yml +++ b/.github/workflows/library_go_tests.yml @@ -51,7 +51,7 @@ jobs: git config --global core.longpaths true - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-region: us-west-2 role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-MPL-Dafny-Role-us-west-2 diff --git a/.github/workflows/library_interop_tests.yml b/.github/workflows/library_interop_tests.yml index 2e9943ccf..18ce07b52 100644 --- a/.github/workflows/library_interop_tests.yml +++ b/.github/workflows/library_interop_tests.yml @@ -44,7 +44,7 @@ jobs: # Test Vectors need to call KMS - name: Configure AWS Credentials for Tests - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-region: us-west-2 role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-MPL-Dafny-Role-us-west-2 @@ -251,7 +251,7 @@ jobs: # KMS and MPL tests need to use credentials which can call KMS - name: Configure AWS Credentials for Tests - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-region: us-west-2 role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-MPL-Dafny-Role-us-west-2 diff --git a/.github/workflows/library_java_tests.yml b/.github/workflows/library_java_tests.yml index fbef70254..be12a87f8 100644 --- a/.github/workflows/library_java_tests.yml +++ b/.github/workflows/library_java_tests.yml @@ -47,7 +47,7 @@ jobs: git config --global core.longpaths true # KMS and MPL tests need to use credentials which can call KMS - name: Configure AWS Credentials for Tests - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 if: matrix.library == 'ComAmazonawsKms' || matrix.library == 'ComAmazonawsDynamodb' || matrix.library == 'AwsCryptographicMaterialProviders' || matrix.library == 'TestVectorsAwsCryptographicMaterialProviders' with: aws-region: us-west-2 diff --git a/.github/workflows/library_net_tests.yml b/.github/workflows/library_net_tests.yml index fc6c06436..b0a9a5260 100644 --- a/.github/workflows/library_net_tests.yml +++ b/.github/workflows/library_net_tests.yml @@ -46,7 +46,7 @@ jobs: git config --global core.longpaths true - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-region: us-west-2 role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-MPL-Dafny-Role-us-west-2 diff --git a/.github/workflows/library_python_tests.yml b/.github/workflows/library_python_tests.yml index 521ffde03..942543bf2 100644 --- a/.github/workflows/library_python_tests.yml +++ b/.github/workflows/library_python_tests.yml @@ -51,7 +51,7 @@ jobs: git config --global core.longpaths true - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-region: us-west-2 role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-MPL-Dafny-Role-us-west-2 diff --git a/.github/workflows/library_rust_tests.yml b/.github/workflows/library_rust_tests.yml index 6768fcf03..4166905ba 100644 --- a/.github/workflows/library_rust_tests.yml +++ b/.github/workflows/library_rust_tests.yml @@ -48,7 +48,7 @@ jobs: git submodule update --init --recursive smithy-dafny - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-region: us-west-2 role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-MPL-Dafny-Role-us-west-2 diff --git a/.github/workflows/nightly_dafny.yml b/.github/workflows/nightly_dafny.yml index ec6f91b73..44b40b5b5 100644 --- a/.github/workflows/nightly_dafny.yml +++ b/.github/workflows/nightly_dafny.yml @@ -68,7 +68,7 @@ jobs: steps: # We need access to the role that is able to get CI Bot Creds - name: Configure AWS Credentials for Release - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-region: us-west-2 role-to-assume: arn:aws:iam::587316601012:role/GitHub-CI-CI-Bot-Credential-Access-Role-us-west-2 diff --git a/.github/workflows/sem_ver.yml b/.github/workflows/sem_ver.yml index ef0fb58b6..77bb48a7b 100644 --- a/.github/workflows/sem_ver.yml +++ b/.github/workflows/sem_ver.yml @@ -20,7 +20,7 @@ jobs: # We need access to the role that is able to get CI Bot Creds - name: Configure AWS Credentials for Release - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-region: us-west-2 role-to-assume: arn:aws:iam::587316601012:role/GitHub-CI-CI-Bot-Credential-Access-Role-us-west-2 diff --git a/.github/workflows/semantic_release.yml b/.github/workflows/semantic_release.yml index 5a560bbe7..e29fee832 100644 --- a/.github/workflows/semantic_release.yml +++ b/.github/workflows/semantic_release.yml @@ -29,7 +29,7 @@ jobs: # We need access to the role that is able to get CI Bot Creds - name: Configure AWS Credentials for Release - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-region: us-west-2 role-to-assume: arn:aws:iam::587316601012:role/GitHub-CI-CI-Bot-Credential-Access-Role-us-west-2 diff --git a/.github/workflows/test_dbesdk_examples.yml b/.github/workflows/test_dbesdk_examples.yml index e12fc7246..d3d308990 100644 --- a/.github/workflows/test_dbesdk_examples.yml +++ b/.github/workflows/test_dbesdk_examples.yml @@ -24,7 +24,7 @@ jobs: git config --global core.longpaths true - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-region: us-west-2 role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2