Skip to content

Commit 22361d1

Browse files
text-html-renovate[bot]mathroc
authored andcommitted
Update docker/login-action action to v4
1 parent 7e6acb1 commit 22361d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

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

3939
- name: Login to Docker Hub
4040
if: github.event_name != 'pull_request'
41-
uses: docker/login-action@v3
41+
uses: docker/login-action@v4
4242
with:
4343
username: ${{ vars.DOCKERHUB_USERNAME }}
4444
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)