Skip to content

Commit 165fb15

Browse files
authored
Merge pull request #588 from FalkorDB/dependabot/github_actions/staging/docker/login-action-4
Bump docker/login-action from 3 to 4
2 parents 3a80140 + 38170d0 commit 165fb15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fi
2424
2525
- name: Login to DockerHub
26-
uses: docker/login-action@v3
26+
uses: docker/login-action@v4
2727
with:
2828
username: ${{ secrets.DOCKER_USERNAME }}
2929
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)