Skip to content

Commit 7513393

Browse files
chore(deps): bump docker/login-action from 2 to 3 (yondonfu#149)
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v2...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 098fae6 commit 7513393

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/comfyui-base.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
ref: ${{ github.event.pull_request.head.sha }}
4141

4242
- name: Login to DockerHub
43-
uses: docker/login-action@v2
43+
uses: docker/login-action@v3
4444
with:
4545
username: ${{ secrets.CI_DOCKERHUB_USERNAME }}
4646
password: ${{ secrets.CI_DOCKERHUB_TOKEN }}

.github/workflows/docker.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
ref: ${{ github.event.pull_request.head.sha }}
3131

3232
- name: Login to DockerHub
33-
uses: docker/login-action@v2
33+
uses: docker/login-action@v3
3434
with:
3535
username: ${{ secrets.CI_DOCKERHUB_USERNAME }}
3636
password: ${{ secrets.CI_DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)