Skip to content

Commit f5f9755

Browse files
CHORE(deps): Bump docker/login-action from 1 to 3 (#54)
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v1...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 97fbfce commit f5f9755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: docker/setup-buildx-action@v3
4949

5050
- name: 🔑 Login to DockerHub
51-
uses: docker/login-action@v1
51+
uses: docker/login-action@v3
5252
with:
5353
username: lissy93
5454
password: ${{ secrets.DOCKER_HUB_TOKEN }}

0 commit comments

Comments
 (0)