From 26c1dac4f156520651e4b47523f1ea5486a3c359 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 15:27:40 +0000 Subject: [PATCH] chore(deps): bump aws-actions/amazon-ecr-login from 1 to 2 (#19558) Bumps [aws-actions/amazon-ecr-login](https://github.com/aws-actions/amazon-ecr-login) from 1 to 2. - [Release notes](https://github.com/aws-actions/amazon-ecr-login/releases) - [Changelog](https://github.com/aws-actions/amazon-ecr-login/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws-actions/amazon-ecr-login/compare/v1...v2) --- updated-dependencies: - dependency-name: aws-actions/amazon-ecr-login dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/container-images-cd.yml | 2 +- .github/workflows/pr-cleanup.yml | 2 +- .github/workflows/pr-deploy.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/container-images-cd.yml b/.github/workflows/container-images-cd.yml index 1402b7b0c75df..b534c522e2588 100644 --- a/.github/workflows/container-images-cd.yml +++ b/.github/workflows/container-images-cd.yml @@ -60,7 +60,7 @@ jobs: - name: Login to Amazon ECR id: aws-ecr - uses: aws-actions/amazon-ecr-login@v1 + uses: aws-actions/amazon-ecr-login@v2 - name: Build and push container image id: build diff --git a/.github/workflows/pr-cleanup.yml b/.github/workflows/pr-cleanup.yml index 3de4451020762..26f46533847f7 100644 --- a/.github/workflows/pr-cleanup.yml +++ b/.github/workflows/pr-cleanup.yml @@ -29,7 +29,7 @@ jobs: - name: Login to Amazon ECR id: aws-ecr - uses: aws-actions/amazon-ecr-login@v1 + uses: aws-actions/amazon-ecr-login@v2 - name: connect to tailscale uses: tailscale/github-action@8b804aa882ac3429b804a2a22f9803a2101a0db9 diff --git a/.github/workflows/pr-deploy.yml b/.github/workflows/pr-deploy.yml index e860da8335c60..8a827d16f2c5b 100644 --- a/.github/workflows/pr-deploy.yml +++ b/.github/workflows/pr-deploy.yml @@ -53,7 +53,7 @@ jobs: - name: Login to Amazon ECR id: aws-ecr - uses: aws-actions/amazon-ecr-login@v1 + uses: aws-actions/amazon-ecr-login@v2 - name: Build and push PR test image id: build-unit