From 13d886d428dc703107a4c3635fb34bf370fb59ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 14:46:54 +0000 Subject: [PATCH] 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/ci-arm-build.yml | 2 +- .github/workflows/ci-multi-architecture-fusing.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-arm-build.yml b/.github/workflows/ci-arm-build.yml index 1cc89874b06..fd39370f122 100644 --- a/.github/workflows/ci-arm-build.yml +++ b/.github/workflows/ci-arm-build.yml @@ -38,7 +38,7 @@ jobs: - name: show system environs run: ./ci/helpers/show_system_versions.bash - name: login to Dockerhub - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} diff --git a/.github/workflows/ci-multi-architecture-fusing.yml b/.github/workflows/ci-multi-architecture-fusing.yml index dadeedf1038..d10849898aa 100644 --- a/.github/workflows/ci-multi-architecture-fusing.yml +++ b/.github/workflows/ci-multi-architecture-fusing.yml @@ -39,7 +39,7 @@ jobs: - name: show system environs run: ./ci/helpers/show_system_versions.bash - name: login to Dockerhub - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }}