diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 089e9c9097914..387750b55ddf9 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -402,7 +402,7 @@ jobs: - name: Login to Amazon ECR id: login-ecr - uses: aws-actions/amazon-ecr-login@v1 + uses: aws-actions/amazon-ecr-login@v2 - name: Docker Login to ECR uses: docker/login-action@v3 @@ -440,7 +440,7 @@ jobs: - name: Login to Amazon ECR id: login-ecr - uses: aws-actions/amazon-ecr-login@v1 + uses: aws-actions/amazon-ecr-login@v2 - name: Docker Login to ECR uses: docker/login-action@v3 @@ -486,7 +486,7 @@ jobs: - name: Login to Amazon ECR id: login-ecr - uses: aws-actions/amazon-ecr-login@v1 + uses: aws-actions/amazon-ecr-login@v2 - name: Download SMP binary run: | diff --git a/.github/workflows/workload_checks.yml b/.github/workflows/workload_checks.yml index 3610c78bdfa15..76d336ebe2a99 100644 --- a/.github/workflows/workload_checks.yml +++ b/.github/workflows/workload_checks.yml @@ -104,7 +104,7 @@ jobs: - name: Login to Amazon ECR id: login-ecr - uses: aws-actions/amazon-ecr-login@v1 + uses: aws-actions/amazon-ecr-login@v2 - name: Download SMP binary run: |