Skip to content

Commit 59df817

Browse files
Bump docker/login-action from 3 to 4 (#43)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6965487 commit 59df817

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
- name: Set up Docker Buildx
232232
uses: docker/setup-buildx-action@v4
233233
- name: Login to DockerHub
234-
uses: docker/login-action@v3
234+
uses: docker/login-action@v4
235235
with:
236236
username: ${{ secrets.DOCKERHUB_USERNAME }}
237237
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)