diff --git a/.github/workflows/aws-ecr-docker.yml b/.github/workflows/aws-ecr-docker.yml index 13385f7bfb..b0eb3a00c1 100644 --- a/.github/workflows/aws-ecr-docker.yml +++ b/.github/workflows/aws-ecr-docker.yml @@ -43,7 +43,7 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v2 # More information on this action can be found below in the 'AWS Credentials' section + uses: aws-actions/configure-aws-credentials@v3 # More information on this action can be found below in the 'AWS Credentials' section with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}