From 16e34aba25c12d440fafb304663e83fe7a8f51d4 Mon Sep 17 00:00:00 2001 From: neha-Gupta1 Date: Wed, 28 Jun 2023 10:31:59 +0530 Subject: [PATCH] move to v2 again --- .github/workflows/ci.yml | 4 ++-- .github/workflows/nightly_test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84818ca07..4cbb065e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -155,7 +155,7 @@ jobs: # AWS creds - name: Configure AWS credentials from Test account - uses: aws-actions/configure-aws-credentials@v3 + uses: aws-actions/configure-aws-credentials@v2 with: role-to-assume: ${{ secrets.AWS_IAM_ROLE }} role-session-name: integration-testing @@ -302,7 +302,7 @@ jobs: # AWS creds - name: Configure AWS credentials from Test account - uses: aws-actions/configure-aws-credentials@v3 + uses: aws-actions/configure-aws-credentials@v2 with: role-to-assume: ${{ secrets.AWS_IAM_ROLE }} role-session-name: integration-testing diff --git a/.github/workflows/nightly_test.yml b/.github/workflows/nightly_test.yml index 8d28102fb..2ea556099 100644 --- a/.github/workflows/nightly_test.yml +++ b/.github/workflows/nightly_test.yml @@ -75,7 +75,7 @@ jobs: # AWS creds - name: Configure AWS credentials from Test account - uses: aws-actions/configure-aws-credentials@v3 + uses: aws-actions/configure-aws-credentials@v2 with: role-to-assume: ${{ secrets.AWS_IAM_ROLE }} role-session-name: integration-testing