Skip to content

Commit 19574b0

Browse files
chore(deps): bump docker/login-action from 2 to 4
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v2...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 f738f10 commit 19574b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: docker/setup-buildx-action@v3
5555

5656
- name: Log in to Docker Hub
57-
uses: docker/login-action@v2
57+
uses: docker/login-action@v4
5858
with:
5959
username: ${{ secrets.DOCKERHUB_USERNAME }}
6060
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -93,7 +93,7 @@ jobs:
9393
fetch-depth: 0
9494

9595
- name: Log in to Docker Hub
96-
uses: docker/login-action@v2
96+
uses: docker/login-action@v4
9797
with:
9898
username: ${{ secrets.DOCKERHUB_USERNAME }}
9999
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)