Skip to content

Commit 73cd6b5

Browse files
authored
Merge pull request #1325 from cloudflare/dependabot/github_actions/docker/login-action-3
build(deps): bump docker/login-action from 2 to 3
2 parents 78df137 + 4452a0e commit 73cd6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: docker/setup-buildx-action@v2
4040

4141
- name: Log in to the Docker hub
42-
uses: docker/login-action@v2
42+
uses: docker/login-action@v3
4343
with:
4444
registry: ${{ matrix.registry }}
4545
username: ${{ matrix.username }}

0 commit comments

Comments
 (0)