From 987649e74bdd068f511e3b5b25495969f913dcf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 13:59:28 +0000 Subject: [PATCH] build(deps): 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/.build.yml | 2 +- .github/workflows/.release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/.build.yml b/.github/workflows/.build.yml index 48f2049d..31b5410f 100644 --- a/.github/workflows/.build.yml +++ b/.github/workflows/.build.yml @@ -82,7 +82,7 @@ jobs: - name: Login to Docker Hub if: github.event_name != 'pull_request' - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERPUBLICBOT_USERNAME }} password: ${{ secrets.DOCKERPUBLICBOT_WRITE_PAT }} diff --git a/.github/workflows/.release.yml b/.github/workflows/.release.yml index f2cae76e..acb3842c 100644 --- a/.github/workflows/.release.yml +++ b/.github/workflows/.release.yml @@ -163,7 +163,7 @@ jobs: bake-target: meta-helper - name: Login to Docker Hub - uses: docker/login-action@v2 + uses: docker/login-action@v3 if: ${{ inputs.release || github.event_name == 'schedule' }} with: username: ${{ secrets.DOCKERPUBLICBOT_USERNAME }}