Skip to content

Commit 6e5c265

Browse files
authored
Merge pull request #72 from postfinance/dependabot/github_actions/docker/login-action-4
build(deps): bump docker/login-action from 3 to 4
2 parents 3009063 + 60bfe41 commit 6e5c265

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hostlookuper.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
go-version: 1.24
4747
- name: Login to DockerHub
48-
uses: docker/login-action@v3
48+
uses: docker/login-action@v4
4949
with:
5050
username: ${{ secrets.DOCKERHUB_USERNAME }}
5151
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -88,7 +88,7 @@ jobs:
8888
with:
8989
go-version: 1.24
9090
- name: Login to DockerHub
91-
uses: docker/login-action@v3
91+
uses: docker/login-action@v4
9292
with:
9393
username: ${{ secrets.DOCKERHUB_USERNAME }}
9494
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)