Skip to content

Commit 2dde13f

Browse files
chore(deps): bump docker/login-action in /.github/actions/docker-merge (#741)
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 0cb3e97 commit 2dde13f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/docker-merge/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ runs:
4646

4747
- name: Login to Docker Hub
4848
if: ${{ inputs.docker-password }}
49-
uses: docker/login-action@v3
49+
uses: docker/login-action@v4
5050
with:
5151
username: ${{ inputs.docker-username }}
5252
password: ${{ inputs.docker-password }}
5353

5454
- name: Log in to GHCR
5555
if: ${{ inputs.ghcr-password }}
56-
uses: docker/login-action@v3
56+
uses: docker/login-action@v4
5757
with:
5858
registry: ghcr.io
5959
username: ${{ inputs.ghcr-username }}

0 commit comments

Comments
 (0)