Skip to content

Commit 0bb19b6

Browse files
authored
Merge pull request #6690 from 3liz/dependabot/github_actions/docker/login-action-4
Bump docker/login-action from 3 to 4
2 parents f6ba057 + 002ed4f commit 0bb19b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Login to Docker Hub
5151
if: ${{ github.secret_source == 'Actions' }}
52-
uses: docker/login-action@v3
52+
uses: docker/login-action@v4
5353
env:
5454
ACTIONS_STEP_DEBUG: true
5555
with:

0 commit comments

Comments
 (0)