Skip to content

Commit 6bfdd57

Browse files
dependabot[bot]nemesifier
authored andcommitted
[ci] Bump docker/login-action from 3 to 4
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8a28ddf commit 6bfdd57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
# the following action is equivalent to
131131
# echo "$DOCKER_HUB_SECRET" | docker login --username "$DOCKER_HUB_USERNAME" --password-stdin
132132
- name: Login to Docker Hub
133-
uses: docker/login-action@v3
133+
uses: docker/login-action@v4
134134
with:
135135
username: ${{ secrets.DOCKER_HUB_USERNAME }}
136136
password: ${{ secrets.DOCKER_HUB_SECRET }}

0 commit comments

Comments
 (0)