Skip to content

Commit acdf125

Browse files
authored
Merge pull request #175 from LDMX-Software/dependabot/github_actions/docker/login-action-4
Bump docker/login-action from 3 to 4
2 parents 3d250ad + 4a4bb9e commit acdf125

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

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: Login to Docker Hub
57-
uses: docker/login-action@v3
57+
uses: docker/login-action@v4
5858
with:
5959
username: ${{ secrets.DOCKER_USERNAME }}
6060
password: ${{ secrets.DOCKER_PASSWORD }}
@@ -118,7 +118,7 @@ jobs:
118118
type=sha,format=short
119119
-
120120
name: Login to Docker Hub
121-
uses: docker/login-action@v3
121+
uses: docker/login-action@v4
122122
with:
123123
username: ${{ secrets.DOCKER_USERNAME }}
124124
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)