From 82e14196607ea3bc9f26b0a47de1546b72d379aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 15:23:31 +0000 Subject: [PATCH] ci: bump docker/login-action from 2 to 3 Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmarking-image.yml | 2 +- .github/workflows/runtime-builder-image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmarking-image.yml b/.github/workflows/benchmarking-image.yml index 35ddbad5eb..b06f09f0ec 100644 --- a/.github/workflows/benchmarking-image.yml +++ b/.github/workflows/benchmarking-image.yml @@ -63,7 +63,7 @@ jobs: uses: docker/setup-buildx-action@v2 - name: Login to ghcr.io - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/runtime-builder-image.yml b/.github/workflows/runtime-builder-image.yml index 6ac045e3b6..257dabf0a3 100644 --- a/.github/workflows/runtime-builder-image.yml +++ b/.github/workflows/runtime-builder-image.yml @@ -58,7 +58,7 @@ jobs: uses: docker/setup-buildx-action@v2 - name: Login to ghcr.io - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }}