diff --git a/.github/workflows/workflow-cd-argocd.yml b/.github/workflows/workflow-cd-argocd.yml index d157468..0feb6cb 100644 --- a/.github/workflows/workflow-cd-argocd.yml +++ b/.github/workflows/workflow-cd-argocd.yml @@ -108,7 +108,7 @@ jobs: repository: ${{ inputs.repository }} - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v2.2.0 + uses: aws-actions/configure-aws-credentials@v4.0.1 with: aws-region: ${{ steps.environment.outputs.region }} role-to-assume: ${{ steps.environment.outputs.role }} diff --git a/.github/workflows/workflow-cd-preview-argocd.yml b/.github/workflows/workflow-cd-preview-argocd.yml index ae8bcd0..658ceb0 100644 --- a/.github/workflows/workflow-cd-preview-argocd.yml +++ b/.github/workflows/workflow-cd-preview-argocd.yml @@ -168,7 +168,7 @@ jobs: repository: ${{ inputs.repository }} - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v2.2.0 + uses: aws-actions/configure-aws-credentials@v4.0.1 with: aws-region: ${{ steps.environment.outputs.region }} role-to-assume: ${{ steps.environment.outputs.role }} @@ -235,7 +235,7 @@ jobs: repository: ${{ inputs.repository }} - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v2.2.0 + uses: aws-actions/configure-aws-credentials@v4.0.1 if: ${{ steps.deployment.outputs.id != '' }} with: aws-region: ${{ steps.environment.outputs.region }} diff --git a/.github/workflows/workflow-ci-dockerized-app-build.yml b/.github/workflows/workflow-ci-dockerized-app-build.yml index 94831f4..9b7072d 100644 --- a/.github/workflows/workflow-ci-dockerized-app-build.yml +++ b/.github/workflows/workflow-ci-dockerized-app-build.yml @@ -73,7 +73,7 @@ jobs: uses: actions/checkout@v3 - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v2.2.0 + uses: aws-actions/configure-aws-credentials@v4.0.1 with: aws-region: ${{ secrets.ecr-region }} role-to-assume: ${{ secrets.ecr-iam-role }} @@ -106,7 +106,7 @@ jobs: uses: actions/checkout@v3 - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v2.2.0 + uses: aws-actions/configure-aws-credentials@v4.0.1 with: aws-region: ${{ secrets.ecr-region }} role-to-assume: ${{ secrets.ecr-iam-role }} diff --git a/.github/workflows/workflow-ci-dockerized-app-promote.yml b/.github/workflows/workflow-ci-dockerized-app-promote.yml index fba0e23..ecf941b 100644 --- a/.github/workflows/workflow-ci-dockerized-app-promote.yml +++ b/.github/workflows/workflow-ci-dockerized-app-promote.yml @@ -83,7 +83,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v2.2.0 + uses: aws-actions/configure-aws-credentials@v4.0.1 with: aws-region: ${{ secrets.ecr-region }} role-to-assume: ${{ secrets.ecr-iam-role }}