diff --git a/.github/workflows/deliver17.yml b/.github/workflows/deliver17.yml index 84ca391..4be12fa 100644 --- a/.github/workflows/deliver17.yml +++ b/.github/workflows/deliver17.yml @@ -28,7 +28,7 @@ jobs: restore-keys: | ${{ runner.os }}-maven- - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v2 with: role-to-assume: arn:aws:iam::${{ secrets.CD_AWS_ACCOUNT_ID }}:role/GitHubRole aws-region: us-east-1 diff --git a/.github/workflows/deliver18.yml b/.github/workflows/deliver18.yml index 34ad96c..e1b3f50 100644 --- a/.github/workflows/deliver18.yml +++ b/.github/workflows/deliver18.yml @@ -28,7 +28,7 @@ jobs: restore-keys: | ${{ runner.os }}-maven- - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v2 with: role-to-assume: arn:aws:iam::${{ secrets.CD_AWS_ACCOUNT_ID }}:role/GitHubRole aws-region: us-east-1 diff --git a/.github/workflows/deliver19.yml b/.github/workflows/deliver19.yml index cfafc08..9184559 100644 --- a/.github/workflows/deliver19.yml +++ b/.github/workflows/deliver19.yml @@ -28,7 +28,7 @@ jobs: restore-keys: | ${{ runner.os }}-maven- - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v2 with: role-to-assume: arn:aws:iam::${{ secrets.CD_AWS_ACCOUNT_ID }}:role/GitHubRole aws-region: us-east-1 diff --git a/.github/workflows/deliver20.yml b/.github/workflows/deliver20.yml index 2710199..0c8604a 100644 --- a/.github/workflows/deliver20.yml +++ b/.github/workflows/deliver20.yml @@ -28,7 +28,7 @@ jobs: restore-keys: | ${{ runner.os }}-maven- - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v2 with: role-to-assume: arn:aws:iam::${{ secrets.CD_AWS_ACCOUNT_ID }}:role/GitHubRole aws-region: us-east-1 diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 9959142..00d679b 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -28,7 +28,7 @@ jobs: restore-keys: | ${{ runner.os }}-maven- - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v2 with: role-to-assume: arn:aws:iam::${{ secrets.CD_AWS_ACCOUNT_ID }}:role/GitHubRole aws-region: us-east-1