diff --git a/.github/workflows/deliver17.yml b/.github/workflows/deliver17.yml index 57bea47..5bf0633 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@v4 + uses: aws-actions/configure-aws-credentials@v6 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 1252a44..cea0b33 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@v4 + uses: aws-actions/configure-aws-credentials@v6 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 c9d55da..3fd98e2 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@v4 + uses: aws-actions/configure-aws-credentials@v6 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 ef20aed..d10df56 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@v4 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: arn:aws:iam::${{ secrets.CD_AWS_ACCOUNT_ID }}:role/GitHubRole aws-region: us-east-1 diff --git a/.github/workflows/deliver21.yml b/.github/workflows/deliver21.yml index 4c2fa82..f1dcf45 100644 --- a/.github/workflows/deliver21.yml +++ b/.github/workflows/deliver21.yml @@ -28,7 +28,7 @@ jobs: restore-keys: | ${{ runner.os }}-maven- - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v6 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 c889675..196d6bf 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@v4 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: arn:aws:iam::${{ secrets.CD_AWS_ACCOUNT_ID }}:role/GitHubRole aws-region: us-east-1