diff --git a/.github/workflows/integration-chaos-tests.yml b/.github/workflows/integration-chaos-tests.yml index 451ce171d69..3fc0838b969 100644 --- a/.github/workflows/integration-chaos-tests.yml +++ b/.github/workflows/integration-chaos-tests.yml @@ -34,7 +34,7 @@ jobs: id: login-ecr uses: aws-actions/amazon-ecr-login@v1 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v1 + uses: docker/setup-buildx-action@v2 - name: Build and Push uses: docker/build-push-action@v2 with: diff --git a/.github/workflows/performance-tests.yml b/.github/workflows/performance-tests.yml index 6ba65cc971c..5b21230f123 100644 --- a/.github/workflows/performance-tests.yml +++ b/.github/workflows/performance-tests.yml @@ -36,7 +36,7 @@ jobs: id: login-ecr uses: aws-actions/amazon-ecr-login@v1 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v1 + uses: docker/setup-buildx-action@v2 - name: Build and Push uses: docker/build-push-action@v2 with: