From c41cb3a050dde2f5f1b2e2fe3f6557e09f27d1e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Apr 2024 17:19:43 +0000 Subject: [PATCH] chore(deps): bump docker/login-action from 1 to 3 Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v1...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/default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index fe9a0ba..ef09b0c 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -31,7 +31,7 @@ jobs: # Login to DockerHub to push the generated image after the build - name: Login to DockerHub if: ${{ github.event_name == 'push' }} - uses: docker/login-action@v1 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_TOKEN }}